Skip to content

Commit 42fc118

Browse files
fix(deps): update all minor dependencies
1 parent 569da89 commit 42fc118

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ requires = ["poetry-core>=1.7.1"]
1717
build-backend = "poetry.core.masonry.api"
1818

1919
[tool.poetry.dependencies]
20-
python = "~3.12.7"
20+
python = "~3.13.0"
2121
aws-xray-sdk = "^2.14.0"
2222

2323
awscli-cwlogs = "1.4.6"
2424
environs = "^11.2.1"
2525
Flask = "2.3.3"
2626
Flask-Env = "2.0.0"
27-
gevent = "24.2.1"
27+
gevent = "24.11.1"
2828
# PaaS
2929
gunicorn = "22.0.0"
30-
newrelic = "10.3.0"
30+
newrelic = "10.8.0"
3131

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"}
3333
pycryptodome = "*"
3434

35-
python-dotenv = "1.0.1"
35+
python-dotenv = "1.1.0"
3636
python-magic = "0.4.27"
3737
PyYAML = "6.0.1"
3838

@@ -44,17 +44,17 @@ coveralls = "1.11.1"
4444
freezegun = "1.5.1"
4545
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
4646
monkeytype = "23.3.0"
47-
mypy = "1.0.1"
48-
poethepoet = "^0.24.4"
47+
mypy = "1.15.0"
48+
poethepoet = "^0.33.0"
4949

50-
pytest = "7.2.0"
50+
pytest = "7.4.4"
5151
pytest-cov = "3.0.0"
5252
pytest-env = "0.8.1"
5353
pytest-mock = "3.14.0"
5454

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"
5858

5959

6060
# Poe the Poet tasks

0 commit comments

Comments
 (0)