From b4096b8622f14dfc365aaded4910ddc79ef6d0c8 Mon Sep 17 00:00:00 2001 From: Jumana B Date: Tue, 7 Jan 2025 12:38:54 -0500 Subject: [PATCH] update utils version in admin (#2033) --- .github/workflows/test_endpoints.yaml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_endpoints.yaml b/.github/workflows/test_endpoints.yaml index 4fc17401fe..c9fcaf745d 100644 --- a/.github/workflows/test_endpoints.yaml +++ b/.github/workflows/test_endpoints.yaml @@ -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@53.0.1 + uses: cds-snc/notification-utils/.github/actions/waffles@53.0.3 with: app-loc: '/github/workspace' app-libs: '/github/workspace/env/site-packages' diff --git a/poetry.lock b/poetry.lock index 0c6ff0d2c0..dc442dbfa8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1546,7 +1546,7 @@ requests = ">=2.0.0" [[package]] name = "notifications-utils" -version = "53.0.1" +version = "53.0.3" description = "Shared python code for Notification - Provides logging utils etc." optional = false python-versions = "~3.12.7" @@ -1582,8 +1582,8 @@ werkzeug = "3.0.4" [package.source] type = "git" url = "https://github.com/cds-snc/notifier-utils.git" -reference = "53.0.1" -resolved_reference = "8ee66e4ed598a694b778283573715d7d5b9eeb9c" +reference = "53.0.3" +resolved_reference = "e137e9f57ac60c46505cb0611118bcfe3fdf9117" [[package]] name = "openpyxl" @@ -2750,4 +2750,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.12.7" -content-hash = "8dde551218693f0c7fbcf66efd7c34b508f5d3007d00a91f14d41058e23a09ab" +content-hash = "7bbb976b25e6bd92be3bdc2718323d5923fd79c834e1fca0a2fc8b0b569fc4e4" diff --git a/pyproject.toml b/pyproject.toml index e102337b19..9f5c92e6b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ unidecode = "^1.3.8" # PaaS awscli-cwlogs = "^1.4.6" -notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "53.0.1"} +notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "53.0.3"} # Pinned dependencies