Skip to content

Commit e001be2

Browse files
fix(deps): update dependency werkzeug to v3.1.6 [security] (#386)
* fix(deps): update dependency werkzeug to v3.1.6 [security] * update wekzerg * update utils --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jumana Bahrainwala <jzbahrai@uwaterloo.ca>
1 parent ecff1b6 commit e001be2

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/waffles/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ docopt==0.6.2
22
Flask==2.3.3
33
markupsafe==2.1.5
44
setuptools==78.1.1 # required for distutils in Python 3.12
5-
git+https://github.com/cds-snc/notifier-utils.git@53.2.26#egg=notifications-utils
5+
git+https://github.com/cds-snc/notifier-utils.git@53.2.27#egg=notifications-utils

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "notifications-utils"
3-
version = "53.2.26"
3+
version = "53.2.27"
44
description = "Shared python code for Notification - Provides logging utils etc."
55
authors = ["Canadian Digital Service"]
66
license = "MIT license"
@@ -39,7 +39,7 @@ PyYAML = "6.0.3"
3939
requests = "2.32.3"
4040
smartypants = "2.0.2"
4141
statsd = "3.3.0"
42-
werkzeug = "3.0.6"
42+
werkzeug = "3.1.6"
4343

4444
[tool.poetry.group.test.dependencies]
4545
beautifulsoup4 = "^4.12.3"

0 commit comments

Comments
 (0)