From ebf16595342a28cbf0a1811ce72aa6c4f222b957 Mon Sep 17 00:00:00 2001 From: wbanks Date: Tue, 10 Sep 2024 14:33:41 -0400 Subject: [PATCH] Bump patch deps --- .github/actions/waffles/requirements.txt | 2 +- poetry.lock | 20 ++++++++++---------- pyproject.toml | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index 1fccab9a..fb8bdd30 100644 --- a/.github/actions/waffles/requirements.txt +++ b/.github/actions/waffles/requirements.txt @@ -1,4 +1,4 @@ docopt==0.6.2 Flask==2.3.3 markupsafe==2.1.5 -git+https://github.com/cds-snc/notifier-utils.git@52.3.2#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@52.3.3#egg=notifications-utils diff --git a/poetry.lock b/poetry.lock index 2c7b199d..a280cabc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -852,13 +852,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.42" +version = "8.13.44" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = "*" files = [ - {file = "phonenumbers-8.13.42-py2.py3-none-any.whl", hash = "sha256:18acc22ee03116d27b26e990f53806a1770a3e05f05e1620bc09ad187f889456"}, - {file = "phonenumbers-8.13.42.tar.gz", hash = "sha256:7137904f2db3b991701e853174ce8e1cb8f540b8bfdf27617540de04c0b7bed5"}, + {file = "phonenumbers-8.13.44-py2.py3-none-any.whl", hash = "sha256:52cd02865dab1428ca9e89d442629b61d407c7dc687cfb80a3e8d068a584513c"}, + {file = "phonenumbers-8.13.44.tar.gz", hash = "sha256:2175021e84ee4e41b43c890f2d0af51f18c6ca9ad525886d6d6e4ea882e46fac"}, ] [[package]] @@ -1407,13 +1407,13 @@ cryptography = ">=35.0.0" [[package]] name = "types-python-dateutil" -version = "2.9.0.20240316" +version = "2.9.0.20240821" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.8" files = [ - {file = "types-python-dateutil-2.9.0.20240316.tar.gz", hash = "sha256:5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202"}, - {file = "types_python_dateutil-2.9.0.20240316-py3-none-any.whl", hash = "sha256:6b8cb66d960771ce5ff974e9dd45e38facb81718cc1e208b10b1baccbfdbee3b"}, + {file = "types-python-dateutil-2.9.0.20240821.tar.gz", hash = "sha256:9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98"}, + {file = "types_python_dateutil-2.9.0.20240821-py3-none-any.whl", hash = "sha256:f5889fcb4e63ed4aaa379b44f93c32593d50b9a94c9a60a0c854d8cc3511cd57"}, ] [[package]] @@ -1528,13 +1528,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.3" +version = "3.0.4" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, - {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, + {file = "werkzeug-3.0.4-py3-none-any.whl", hash = "sha256:02c9eb92b7d6c06f31a782811505d2157837cea66aaede3e217c7c27c039476c"}, + {file = "werkzeug-3.0.4.tar.gz", hash = "sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306"}, ] [package.dependencies] @@ -1546,4 +1546,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "66c76f6892001c0ccd4e07e750094b85139ec0eec58f43b40219b70a7d29f89f" +content-hash = "959240da69aafe453bd4b4d207ce4f77252fcbdfa0679e67a8c4f58e933a271e" diff --git a/pyproject.toml b/pyproject.toml index 6823dd5f..59ac7f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "52.3.2" +version = "52.3.3" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license" @@ -29,7 +29,7 @@ Jinja2 = "^3.0.0" markupsafe = "2.1.5" mistune = "0.8.4" ordered-set = "4.1.0" -phonenumbers = "8.13.42" +phonenumbers = "8.13.44" pre-commit = "^3.8.0" py_w3c = "0.3.1" pypdf2 = "1.28.6" @@ -39,7 +39,7 @@ PyYAML = "6.0.1" requests = "2.31.0" smartypants = "2.0.1" statsd = "3.3.0" -werkzeug = "3.0.3" +werkzeug = "3.0.4" [tool.poetry.group.test.dependencies] beautifulsoup4 = "^4.12.3" @@ -56,7 +56,7 @@ ruff = "^0.6.0" types-beautifulsoup4 = "^4.12.0.20240229" types-bleach = "5.0.3.1" types-cachetools = "5.5.0.20240820" -types-python-dateutil = "2.9.0.20240316" +types-python-dateutil = "2.9.0.20240821" types-pytz = "2022.7.1.2" types-PyYAML = "6.0.12.20240724" types-redis = "4.6.0.20240726"