File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requires = ["poetry>=1.3.2"]
1717build-backend = " poetry.core.masonry.api"
1818
1919[tool .poetry .dependencies ]
20- python = " ~3.10.9 "
20+ python = " ~3.12.0 "
2121Flask = " 2.3.3"
2222Flask-Env = " 2.0.0"
2323
@@ -32,7 +32,7 @@ gevent = "24.2.1"
3232
3333awscli-cwlogs = " 1.4.6"
3434
35- notifications-utils = { git = " https://github.com/cds-snc/notifier-utils.git" , tag = " 52.1.5 " }
35+ notifications-utils = { git = " https://github.com/cds-snc/notifier-utils.git" , tag = " 52.2.9 " }
3636
3737requests = { extras = [" security" ], version = " *" }
3838pycryptodome = " *"
@@ -41,17 +41,17 @@ types-aws-xray-sdk = "^2.14.0.20240606"
4141
4242[tool .poetry .group .test .dependencies ]
4343black = " 23.3.0"
44- flake8 = " 6.0 .0"
45- freezegun = " 1.2.2 "
46- mypy = " 1.0.1 "
44+ flake8 = " 6.1 .0"
45+ freezegun = " 1.5.1 "
46+ mypy = " 1.11.2 "
4747
48- pytest = " 7.2.0 "
48+ pytest = " 7.4.4 "
4949pytest-env = " 0.8.1"
50- pytest-mock = " 3.10 .0"
50+ pytest-mock = " 3.14 .0"
5151pytest-cov = " 3.0.0"
5252
53- requests-mock = " 1.10.0 "
54- types-requests = " 2.28.11 "
53+ requests-mock = " 1.12.1 "
54+ types-requests = " 2.32.0.20240712 "
5555
5656coveralls = " 1.11.1"
5757
You can’t perform that action at this time.
0 commit comments