Skip to content

Commit adea58f

Browse files
authored
Update api with new utils (#2101)
* Update api with new utils * Fix utils upgrade
1 parent 68bcfe8 commit adea58f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
cp -f .env.example .env
6969
- name: Checks for new endpoints against AWS WAF rules
70-
uses: cds-snc/notification-utils/.github/actions/waffles@69b6eee0c715fa4c3fe9ac48e4ccd6e3d4c1e239 # 52.0.18
70+
uses: cds-snc/notification-utils/.github/actions/waffles@2da74685e0ffb220f0403e1f2584e783be99bbad # 52.1.0
7171
with:
7272
app-loc: '/github/workspace'
7373
app-libs: '/github/workspace/env/site-packages'

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Werkzeug = "2.3.7"
6464
MarkupSafe = "2.1.4"
6565
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
6666
itsdangerous = "2.1.2"
67-
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.19" }
67+
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.1.0" }
6868
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
6969
typing-extensions = "4.7.1"
7070
greenlet = "2.0.2"

0 commit comments

Comments
 (0)