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 Mar 29, 2024
1 parent a7f9f79 commit 82a28db
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 85 deletions.
118 changes: 37 additions & 81 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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"
bleach = "6.1.0"
cachetools = "4.2.4"
mistune = "0.8.4"
Expand Down Expand Up @@ -47,18 +47,18 @@ cryptography = "^42.0.3" # https://github.com/cds-snc/notification-utils/securit

[tool.poetry.group.test.dependencies]
pytest = "7.4.4"
pytest-mock = "3.12.0"
pytest-mock = "3.14.0"
pytest-cov = "2.12.1"
pytest-xdist = "2.5.0"
freezegun = "1.4.0"
requests-mock = "1.11.0"
fakeredis = "^2.10.3"
flake8 = "3.9.2"
flake8-print = "4.0.1"
mypy = "1.8.0"
mypy = "1.9.0"
black = "23.12.1"
click = "8.1.7"
types-python-dateutil = "2.8.19.20240106"
types-python-dateutil = "2.9.0.20240316"
types-PyYAML = "6.0.12.12"
types-pytz = "2022.7.1.2"
types-bleach = "5.0.3.1"
Expand Down

0 comments on commit 82a28db

Please sign in to comment.