There was an error while loading. Please reload this page.
1 parent c37ffbe commit 145a222Copy full SHA for 145a222
2 files changed
.github/actions/waffles/requirements.txt
@@ -1,5 +1,5 @@
1
docopt==0.6.2
2
-Flask==2.3.3
+Flask==3.1.3
3
markupsafe==2.1.5
4
setuptools==78.1.1 # required for distutils in Python 3.12
5
git+https://github.com/cds-snc/notifier-utils.git@53.2.15#egg=notifications-utils
pyproject.toml
@@ -22,7 +22,7 @@ cachetools = "4.2.4"
22
# Pinned dependencies
23
certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22
24
cryptography = "^43.0.0" # https://github.com/cds-snc/notification-utils/security/dependabot/31
25
-Flask = "2.3.3"
+Flask = "3.1.3"
26
Flask-Redis = "0.4.0"
27
itsdangerous = "2.2.0"
28
Jinja2 = "^3.0.0"
0 commit comments