From 09b1bdf52da70f45f25baa9e10020bfc67f97222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:23:33 +0000 Subject: [PATCH 1/2] fix(deps): update all patch dependencies --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index adbc831a6..954645c4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1603,13 +1603,13 @@ types-cffi = "*" [[package]] name = "types-python-dateutil" -version = "2.9.0.20251115" +version = "2.9.0.20260518" description = "Typing stubs for python-dateutil" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "types_python_dateutil-2.9.0.20251115-py3-none-any.whl", hash = "sha256:9cf9c1c582019753b8639a081deefd7e044b9fa36bd8217f565c6c4e36ee0624"}, - {file = "types_python_dateutil-2.9.0.20251115.tar.gz", hash = "sha256:8a47f2c3920f52a994056b8786309b43143faa5a64d4cbb2722d6addabdf1a58"}, + {file = "types_python_dateutil-2.9.0.20260518-py3-none-any.whl", hash = "sha256:d6a9c5bd0de61460c8fdef8ab2b400f956a1a1075cce08d4e2b4434e478c50b8"}, + {file = "types_python_dateutil-2.9.0.20260518.tar.gz", hash = "sha256:51f02dc03b61c7f6a07df45797d4dfe8a1aa47f0b7db9ad89f6fd3a1a70e1b51"}, ] [[package]] @@ -1625,13 +1625,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20250915" +version = "6.0.12.20260518" description = "Typing stubs for PyYAML" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "types_pyyaml-6.0.12.20250915-py3-none-any.whl", hash = "sha256:e7d4d9e064e89a3b3cae120b4990cd370874d2bf12fa5f46c97018dd5d3c9ab6"}, - {file = "types_pyyaml-6.0.12.20250915.tar.gz", hash = "sha256:0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3"}, + {file = "types_pyyaml-6.0.12.20260518-py3-none-any.whl", hash = "sha256:d2150f75a231c9fe9c7463bd29487d93e60bac90400287351384bc2284eba7cd"}, + {file = "types_pyyaml-6.0.12.20260518.tar.gz", hash = "sha256:d917f83fb38462550338c1297faedd860b3ec83912b96b1e3d73255f7473e466"}, ] [[package]] @@ -1735,13 +1735,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.1.6" +version = "3.1.8" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" files = [ - {file = "werkzeug-3.1.6-py3-none-any.whl", hash = "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131"}, - {file = "werkzeug-3.1.6.tar.gz", hash = "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"}, + {file = "werkzeug-3.1.8-py3-none-any.whl", hash = "sha256:63a77fb8892bf28ebc3178683445222aa500e48ebad5ec77b0ad80f8726b1f50"}, + {file = "werkzeug-3.1.8.tar.gz", hash = "sha256:9bad61a4268dac112f1c5cd4630a56ede601b6ed420300677a869083d70a4c44"}, ] [package.dependencies] @@ -1753,4 +1753,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12.7" -content-hash = "8bc4037300d3c778ac0d8cc11a99d2a3db30cce29a7f0b32550aab7ad4db0933" +content-hash = "9c26a7241854fffbcb029b2dbe57b08d6d03c0dde6746fa5ef5b5227517e1489" diff --git a/pyproject.toml b/pyproject.toml index 8f228af81..7e33a063e 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.1.6" +werkzeug = "3.1.8" [tool.poetry.group.test.dependencies] beautifulsoup4 = "^4.12.3" @@ -56,9 +56,9 @@ ruff = "^0.8.2" types-beautifulsoup4 = "^4.12.0.20240229" types-bleach = "5.0.3.1" types-cachetools = "5.5.0.20240820" -types-python-dateutil = "2.9.0.20251115" +types-python-dateutil = "2.9.0.20260518" types-pytz = "2022.7.1.2" -types-PyYAML = "6.0.12.20250915" +types-PyYAML = "6.0.12.20260518" types-redis = "4.6.0.20241004" types-requests = "2.32.4.20250913" From 248deeb4392a46705f3cad2887edfa5be910ae5c Mon Sep 17 00:00:00 2001 From: Jumana Bahrainwala Date: Tue, 7 Jul 2026 19:12:31 +0000 Subject: [PATCH 2/2] update utils v --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e33a063e..ee74b98c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "53.2.27" +version = "53.2.28" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"