Skip to content

Commit 0fe9e33

Browse files
chore(deps): update all minor dependencies
1 parent e8e49c0 commit 0fe9e33

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

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

1919
[tool.poetry.dependencies]
20-
python = "~3.10.9"
20+
python = "~3.12.0"
2121
Flask = "2.3.3"
2222
Flask-Env = "2.0.0"
2323

@@ -32,7 +32,7 @@ gevent = "24.2.1"
3232

3333
awscli-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

3737
requests = { extras = ["security"], version = "*" }
3838
pycryptodome = "*"
@@ -41,17 +41,17 @@ types-aws-xray-sdk = "^2.14.0.20240606"
4141

4242
[tool.poetry.group.test.dependencies]
4343
black = "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"
4949
pytest-env = "0.8.1"
50-
pytest-mock = "3.10.0"
50+
pytest-mock = "3.14.0"
5151
pytest-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

5656
coveralls = "1.11.1"
5757

0 commit comments

Comments
 (0)