Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 01a4755 commit 510f8ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires = ["poetry>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.12.0"
Flask = "2.3.3"
Flask-Env = "2.0.0"

Expand All @@ -32,7 +32,7 @@ gevent = "24.2.1"

awscli-cwlogs = "1.4.6"

notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.1.5"}
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.8"}

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

[tool.poetry.group.test.dependencies]
black = "23.3.0"
flake8 = "6.0.0"
freezegun = "1.2.2"
mypy = "1.0.1"
flake8 = "6.1.0"
freezegun = "1.5.1"
mypy = "1.11.1"

pytest = "7.2.0"
pytest = "7.4.4"
pytest-env = "0.8.1"
pytest-mock = "3.10.0"
pytest-mock = "3.14.0"
pytest-cov = "3.0.0"

requests-mock = "1.10.0"
types-requests = "2.28.11"
requests-mock = "1.12.1"
types-requests = "2.32.0.20240712"

coveralls = "1.11.1"

Expand Down

0 comments on commit 510f8ba

Please sign in to comment.