Skip to content

Commit

Permalink
chore(deps): update dependency idna to v3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2024
1 parent 0ede5db commit db391e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ simple-salesforce = "^1.12.3"

# Pinned dependencies
certifi = "^2023.7.22" # pinned for security reasons: https://github.com/cds-snc/notification-api/security/dependabot/119
idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9)
idna = "3.7" # pinned to align with test moto dependency requirements (for <=2.9)
flask-marshmallow = "0.14.0"

[tool.poetry.group.test.dependencies]
flake8 = "6.1.0"
isort = "5.13.2"
moto = "4.2.14"
idna = "2.10"
idna = "3.7"
pytest = "7.4.4"
pytest-env = "0.8.2"
pytest-mock = "3.12.0"
Expand Down

0 comments on commit db391e9

Please sign in to comment.