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] committed May 9, 2024
1 parent c2857e1 commit 5ec7081
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 107 deletions.
154 changes: 54 additions & 100 deletions poetry.lock

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

14 changes: 7 additions & 7 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 All @@ -39,26 +39,26 @@ py_w3c = "0.3.1"
awscli = "1.32.89"
boto3 = "1.34.89"
werkzeug = "2.3.7"
itsdangerous = "2.1.2"
itsdangerous = "2.2.0"

# Pinned dependencies
certifi = "^2023.7.22" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22
cryptography = "^42.0.3" # https://github.com/cds-snc/notification-utils/security/dependabot/31

[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"
freezegun = "1.5.0"
requests-mock = "1.12.1"
fakeredis = "^2.10.3"
flake8 = "3.9.2"
flake8-print = "4.0.1"
mypy = "1.8.0"
mypy = "1.10.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.20240311"
types-pytz = "2022.7.1.2"
types-bleach = "5.0.3.1"
Expand Down

0 comments on commit 5ec7081

Please sign in to comment.