Skip to content

Commit

Permalink
Update utils to 52.1.0 (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored Feb 5, 2024
1 parent 5c389d5 commit 3c3451c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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@69b6eee0c715fa4c3fe9ac48e4ccd6e3d4c1e239 # 52.0.18
uses: cds-snc/notification-utils/.github/actions/waffles@2da74685e0ffb220f0403e1f2584e783be99bbad # 52.1.0
with:
app-loc: '/github/workspace'
app-libs: '/github/workspace/env/site-packages'
Expand Down
9 changes: 4 additions & 5 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 @@ -55,7 +55,7 @@ unidecode = "^1.3.6"
# PaaS
awscli-cwlogs = "^1.4.6"

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

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

0 comments on commit 3c3451c

Please sign in to comment.