Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent fc59224 commit 8582530
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,18 +17,18 @@ requires = ["poetry-core>=1.7.1"]
build-backend = "poetry.core.masonry.api"

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

awscli-cwlogs = "1.4.6"
Flask = "2.3.3"
Flask-Env = "2.0.0"
gevent = "24.2.1"
gevent = "24.10.1"
# PaaS
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.29.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 8582530

Please sign in to comment.