Skip to content

Commit

Permalink
update utils to 52.0.12 (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored Oct 5, 2023
1 parent 646c359 commit 062c028
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "PYTHONPATH=/github/workspace/env/site-packages:${{ env.PYTHONPATH}}" >> $GITHUB_ENV
- name: Checks for new endpoints against AWS WAF rules
uses: cds-snc/notification-utils/.github/actions/waffles@08ba5512ae392390b6c991042858f3cbe4e8aa95 # 52.0.11
uses: cds-snc/notification-utils/.github/actions/waffles@b50a26d4a2c1844369640aa9de399d0b02e896b5 # 52.0.12
with:
app-loc: '/github/workspace'
app-libs: '/github/workspace/env/site-packages'
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ awscli-cwlogs = "^1.4.6"
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous = "2.1.2" # pyup: <1.0.0

notifications-utils = {git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.11"}
notifications-utils = {git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.12"}

rsa = "^4.1" # not directly required, pinned by Snyk to avoid a vulnerability
unidecode = "^1.3.6"
Expand Down

0 comments on commit 062c028

Please sign in to comment.