Skip to content

Commit 27603d5

Browse files
fix(deps): update all minor dependencies
1 parent fc59224 commit 27603d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

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

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

2323
awscli-cwlogs = "1.4.6"
2424
Flask = "2.3.3"
2525
Flask-Env = "2.0.0"
26-
gevent = "24.2.1"
26+
gevent = "24.10.2"
2727
# PaaS
2828
gunicorn = "22.0.0"
2929

3030

31-
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.7"}
31+
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.3.5"}
3232
pycryptodome = "*"
3333

3434
python-dotenv = "1.0.1"
@@ -43,17 +43,17 @@ coveralls = "1.11.1"
4343
freezegun = "1.5.1"
4444
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
4545
monkeytype = "23.3.0"
46-
mypy = "1.0.1"
47-
poethepoet = "^0.24.4"
46+
mypy = "1.12.0"
47+
poethepoet = "^0.29.0"
4848

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

54-
requests-mock = "1.10.0"
55-
ruff = "^0.2.1"
56-
types-requests = "2.28.11"
54+
requests-mock = "1.12.1"
55+
ruff = "^0.6.0"
56+
types-requests = "2.32.0.20241016"
5757

5858

5959
# Poe the Poet tasks

0 commit comments

Comments
 (0)