From 8266eabba50cfd8e52744b2be8677e256bdd3851 Mon Sep 17 00:00:00 2001 From: Jumana Bahrainwala Date: Tue, 3 Oct 2023 11:49:33 -0400 Subject: [PATCH] Update utils for admin --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 249239f8c8..2920bb2c97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1455,7 +1455,7 @@ requests = ">=2.0.0" [[package]] name = "notifications-utils" -version = "52.0.9" +version = "52.0.10" description = "Shared python code for Notification - Provides logging utils etc." category = "main" optional = false @@ -1489,8 +1489,8 @@ werkzeug = "2.3.7" [package.source] type = "git" url = "https://github.com/cds-snc/notifier-utils.git" -reference = "52.0.9" -resolved_reference = "f63ebcc2868839ee0a7b3bb7c4f2b77164130c35" +reference = "52.0.10" +resolved_reference = "f0e54613df8371d7ea05101b36b7e61afc6d5546" [[package]] name = "openpyxl" @@ -2564,4 +2564,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.10.8" -content-hash = "2dd2004c68a9bd24a649847213a046c3c0f9487398903c0b6853a8a889837982" +content-hash = "ac1663af2d43043855d19240180857803e3bf2b6050788f50992428b4b14a50b" diff --git a/pyproject.toml b/pyproject.toml index c2d7c9d24f..110fac9643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ awscli-cwlogs = "^1.4.6" # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default itsdangerous = "2.1.2" # pyup: <1.0.0 -notifications-utils = {git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.9"} +notifications-utils = {git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.10"} rsa = "^4.1" # not directly required, pinned by Snyk to avoid a vulnerability unidecode = "^1.3.6"