File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ requires = ["poetry-core>=1.7.1"]
17
17
build-backend = " poetry.core.masonry.api"
18
18
19
19
[tool .poetry .dependencies ]
20
- python = " ~3.12.7 "
20
+ python = " ~3.13.0 "
21
21
aws-xray-sdk = " ^2.14.0"
22
22
23
23
awscli-cwlogs = " 1.4.6"
24
24
environs = " ^11.2.1"
25
25
Flask = " 2.3.3"
26
26
Flask-Env = " 2.0.0"
27
- gevent = " 24.2 .1"
27
+ gevent = " 24.11 .1"
28
28
# PaaS
29
29
gunicorn = " 22.0.0"
30
- newrelic = " 10.3 .0"
30
+ newrelic = " 10.8 .0"
31
31
32
- notifications-utils = { git = " https://github.com/cds-snc/notifier-utils.git" , tag = " 53.0.1 " }
32
+ notifications-utils = { git = " https://github.com/cds-snc/notifier-utils.git" , tag = " 53.2.0 " }
33
33
pycryptodome = " *"
34
34
35
- python-dotenv = " 1.0.1 "
35
+ python-dotenv = " 1.1.0 "
36
36
python-magic = " 0.4.27"
37
37
PyYAML = " 6.0.1"
38
38
@@ -44,17 +44,17 @@ coveralls = "1.11.1"
44
44
freezegun = " 1.5.1"
45
45
jinja2-cli = { extras = [" yaml" ], version = " 0.8.2" }
46
46
monkeytype = " 23.3.0"
47
- mypy = " 1.0.1 "
48
- poethepoet = " ^0.24.4 "
47
+ mypy = " 1.15.0 "
48
+ poethepoet = " ^0.33.0 "
49
49
50
- pytest = " 7.2.0 "
50
+ pytest = " 7.4.4 "
51
51
pytest-cov = " 3.0.0"
52
52
pytest-env = " 0.8.1"
53
53
pytest-mock = " 3.14.0"
54
54
55
- requests-mock = " 1.10.0 "
56
- ruff = " ^0.8.2 "
57
- types-requests = " 2.28.11 "
55
+ requests-mock = " 1.12.1 "
56
+ ruff = " ^0.11.0 "
57
+ types-requests = " 2.32.0.20250328 "
58
58
59
59
60
60
# Poe the Poet tasks
You can’t perform that action at this time.
0 commit comments