Skip to content

Commit 3e31b83

Browse files
fix(deps): update dependency flask to v3 [security]
1 parent 1779b75 commit 3e31b83

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

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

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cachetools = "4.2.4"
2222
# Pinned dependencies
2323
certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22
2424
cryptography = "^46.0.5" # https://github.com/cds-snc/notification-utils/security/dependabot/31
25-
Flask = "2.3.3"
25+
Flask = "3.1.3"
2626
Flask-Redis = "0.4.0"
2727
itsdangerous = "2.2.0"
2828
Jinja2 = "^3.0.0"

0 commit comments

Comments
 (0)