Skip to content

Commit

Permalink
chore: bump utils again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Apr 23, 2024
1 parent d8b3571 commit 5f752c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
cp -f .env.example .env
- name: Checks for new endpoints against AWS WAF rules
uses: cds-snc/notification-utils/.github/actions/waffles@b81765b0d1a4ba437c92d64223a9ccb6015eb60d # 52.1.8
uses: cds-snc/notification-utils/.github/actions/waffles@525721f8da23dd12c5183ffeb862cdcae45e1a4a # 52.1.9
with:
app-loc: '/github/workspace'
app-libs: '/github/workspace/env/site-packages'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Werkzeug = "2.3.7"
MarkupSafe = "2.1.4"
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
itsdangerous = "2.1.2"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.1.8" }
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.1.9" }
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.7.1"
greenlet = "2.0.2"
Expand Down

0 comments on commit 5f752c9

Please sign in to comment.