Skip to content

Commit 65ab090

Browse files
chore(deps): update dependency idna to v3 [security]
1 parent 86fb27b commit 65ab090

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ simple-salesforce = "^1.12.3"
7272

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

7777
[tool.poetry.group.test.dependencies]
7878
flake8 = "6.1.0"
7979
isort = "5.12.0"
8080
moto = "4.1.11"
81-
idna = "2.10"
81+
idna = "3.7"
8282
pytest = "7.4.4"
8383
pytest-env = "0.8.2"
8484
pytest-mock = "3.11.1"

0 commit comments

Comments
 (0)