From 6b2b397761db1ff112778c64007061add94dc387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:45:29 +0000 Subject: [PATCH 1/3] fix(deps): update dependency werkzeug to v3.1.6 [security] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e92dbc21..adbc831a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1735,17 +1735,17 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.6" +version = "3.1.6" description = "The comprehensive WSGI web application library." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, - {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, + {file = "werkzeug-3.1.6-py3-none-any.whl", hash = "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131"}, + {file = "werkzeug-3.1.6.tar.gz", hash = "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"}, ] [package.dependencies] -MarkupSafe = ">=2.1.1" +markupsafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] @@ -1753,4 +1753,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12.7" -content-hash = "42a83c500dfa52748a9cb7caf157e4a9cfa8b1554b8fbf61ea660451c160372d" +content-hash = "8bc4037300d3c778ac0d8cc11a99d2a3db30cce29a7f0b32550aab7ad4db0933" diff --git a/pyproject.toml b/pyproject.toml index 3e7041b49..bc1de204d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ PyYAML = "6.0.3" requests = "2.32.3" smartypants = "2.0.2" statsd = "3.3.0" -werkzeug = "3.0.6" +werkzeug = "3.1.6" [tool.poetry.group.test.dependencies] beautifulsoup4 = "^4.12.3" From 93fcde2568b31d564bf37a0d5472f6b4d5446e3b Mon Sep 17 00:00:00 2001 From: Jumana Bahrainwala Date: Tue, 7 Jul 2026 18:01:19 +0000 Subject: [PATCH 2/3] update wekzerg --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc1de204d..8f228af81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "53.2.26" +version = "53.2.27" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license" From d49c8ef70f49ceb1c65a8870f4c90fa896367a68 Mon Sep 17 00:00:00 2001 From: Jumana Bahrainwala Date: Tue, 7 Jul 2026 18:03:08 +0000 Subject: [PATCH 3/3] update utils --- .github/actions/waffles/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index 1b2644b6f..6fcece3aa 100644 --- a/.github/actions/waffles/requirements.txt +++ b/.github/actions/waffles/requirements.txt @@ -2,4 +2,4 @@ docopt==0.6.2 Flask==2.3.3 markupsafe==2.1.5 setuptools==78.1.1 # required for distutils in Python 3.12 -git+https://github.com/cds-snc/notifier-utils.git@53.2.26#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@53.2.27#egg=notifications-utils