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 Sep 21, 2024
1 parent ac03fdc commit ba7857e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires = ["poetry-core>=1.7.1"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.12.0"
aws-xray-sdk = "^2.14.0"

awscli-cwlogs = "1.4.6"
Expand All @@ -28,7 +28,7 @@ gevent = "24.2.1"
gunicorn = "22.0.0"


notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.7"}
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.3.3"}
pycryptodome = "*"

python-dotenv = "1.0.1"
Expand All @@ -43,17 +43,17 @@ coveralls = "1.11.1"
freezegun = "1.5.1"
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
monkeytype = "23.3.0"
mypy = "1.0.1"
poethepoet = "^0.24.4"
mypy = "1.11.2"
poethepoet = "^0.28.0"

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

requests-mock = "1.10.0"
ruff = "^0.2.1"
types-requests = "2.28.11"
requests-mock = "1.12.1"
ruff = "^0.6.0"
types-requests = "2.32.0.20240914"


# Poe the Poet tasks
Expand Down

0 comments on commit ba7857e

Please sign in to comment.