From f3209b9e7d216e18a75cdec55515d5ac540b6ed3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:07:45 +0000 Subject: [PATCH] fix(deps): update notifications-utils digest to 3a74e06 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7014e7e5fd..b8c5441500 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2435,7 +2435,7 @@ requests = ">=2.0.0" [[package]] name = "notifications-utils" -version = "52.1.0" +version = "52.1.1" description = "Shared python code for Notification - Provides logging utils etc." optional = false python-versions = "~3.10" @@ -2470,8 +2470,8 @@ werkzeug = "2.3.7" [package.source] type = "git" url = "https://github.com/cds-snc/notifier-utils.git" -reference = "2da74685e0ffb220f0403e1f2584e783be99bbad" -resolved_reference = "2da74685e0ffb220f0403e1f2584e783be99bbad" +reference = "3a74e06d3ad6d7ef3dc70ccde3a655ba3abe64d1" +resolved_reference = "3a74e06d3ad6d7ef3dc70ccde3a655ba3abe64d1" [[package]] name = "ordered-set" @@ -4246,4 +4246,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "96a15f8c5b9c35b9e581546744ec06b0f17dcf709d49db7f424a585243af67c8" +content-hash = "43775d48b024c5444471f4100f3ea4efc583d5244746f1f0b31c3f1d3148d572" diff --git a/pyproject.toml b/pyproject.toml index 0df484ce40..4f58aafa63 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 = "2da74685e0ffb220f0403e1f2584e783be99bbad" } +notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "3a74e06d3ad6d7ef3dc70ccde3a655ba3abe64d1" } # rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8 typing-extensions = "4.7.1" greenlet = "2.0.2"