From adea58f6684a1c79b526a6598f39ef11407fcb20 Mon Sep 17 00:00:00 2001 From: Jumana B Date: Mon, 5 Feb 2024 09:25:29 -0500 Subject: [PATCH] Update api with new utils (#2101) * Update api with new utils * Fix utils upgrade --- .github/workflows/test.yaml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 96e08b4935..e74ffd0f67 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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@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' diff --git a/poetry.lock b/poetry.lock index e064e39557..611d76a255 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2523,7 +2523,7 @@ requests = ">=2.0.0" [[package]] name = "notifications-utils" -version = "52.0.19" +version = "52.1.0" description = "Shared python code for Notification - Provides logging utils etc." category = "main" optional = false @@ -2559,8 +2559,8 @@ werkzeug = "2.3.7" [package.source] type = "git" url = "https://github.com/cds-snc/notifier-utils.git" -reference = "52.0.19" -resolved_reference = "10210526a168a5d0fe013932144208845b4737b8" +reference = "52.1.0" +resolved_reference = "2da74685e0ffb220f0403e1f2584e783be99bbad" [[package]] name = "ordered-set" @@ -4419,4 +4419,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "ec1cf85359f79c3cf3d8d2cdc1aab0383d55b5b58923adaa4aa8042affcd3b84" +content-hash = "dd1297fd4e697861c78516a245501092c596648e49449bfb4283e21ccd219cdc" diff --git a/pyproject.toml b/pyproject.toml index 19d64023dc..42bf05899a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", rev = "52.0.19" } +notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.1.0" } # rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8 typing-extensions = "4.7.1" greenlet = "2.0.2"