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 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..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" @@ -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"