From b00ec9bc3ec0fa845974ddc354bd1f0f051abfea Mon Sep 17 00:00:00 2001 From: Jumana B Date: Tue, 28 Nov 2023 14:01:28 -0500 Subject: [PATCH] update utils to 52.0.15 (#2042) * update utils * update poetry lock --- .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 f7676deaa6..bf503e7453 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@b50a26d4a2c1844369640aa9de399d0b02e896b5 # 52.0.12 + uses: cds-snc/notification-utils/.github/actions/waffles@4a4ba9d51af71d493f873b977bc0561b121ae51e # 52.0.15 with: app-loc: '/github/workspace' app-libs: '/github/workspace/env/site-packages' diff --git a/poetry.lock b/poetry.lock index 506a0a6daa..35765d7072 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2487,7 +2487,7 @@ requests = ">=2.0.0" [[package]] name = "notifications-utils" -version = "52.0.14" +version = "52.0.15" description = "Shared python code for Notification - Provides logging utils etc." category = "main" optional = false @@ -2523,8 +2523,8 @@ werkzeug = "2.3.7" [package.source] type = "git" url = "https://github.com/cds-snc/notifier-utils.git" -reference = "52.0.14" -resolved_reference = "c0872d58911e03407780c59bc15acbfb81d1f052" +reference = "52.0.15" +resolved_reference = "4a4ba9d51af71d493f873b977bc0561b121ae51e" [[package]] name = "ordered-set" @@ -4214,4 +4214,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "a6ada54e2b1a989a093bb3d025c4f9927d041dcbeeadf77d8e62d18ab9382e5d" +content-hash = "ccef13745076d6498c196e2aeb9b05f28b60a827e4fb13a231b49819655f86bc" diff --git a/pyproject.toml b/pyproject.toml index 2800478fa2..d4860e58b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ Werkzeug = "2.3.7" MarkupSafe = "2.1.3" # 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.14" } +notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.15" } # rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8 typing-extensions = "4.7.1" greenlet = "2.0.2"