From 53e5195fdbba8e0ecdaecacb648ee8385d218f57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:36:49 +0000 Subject: [PATCH] fix(deps): update notifications-utils digest to e86daba --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7014e7e5fd..42a5f850fd 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.2" 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 = "e86dabaff976f3802edcc09a607f9812a1130e8d" +resolved_reference = "e86dabaff976f3802edcc09a607f9812a1130e8d" [[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 = "bbcac0dd4dd022067b7d6e13f812dfe56f476309b817fa14d70292f92427878e" diff --git a/pyproject.toml b/pyproject.toml index 0df484ce40..4a4d8d6d17 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 = "e86dabaff976f3802edcc09a607f9812a1130e8d" } # rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8 typing-extensions = "4.7.1" greenlet = "2.0.2"