Skip to content

Commit 0b73081

Browse files
fix(deps): update dependency idna to v3.15 [security]
1 parent f26c244 commit 0b73081

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

poetry.lock

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ greenlet = "3.1.1"
4646

4747
gunicorn = "23.0.0"
4848
# Pinned dependencies
49-
idna = "3.7" # pinned to align with test moto dependency requirements (for <=2.9)
49+
idna = "3.15" # pinned to align with test moto dependency requirements (for <=2.9)
5050
iso8601 = "2.1.0"
5151
urllib3 = ">=2.6.3,<3" # Pinned this transitive dependency to resolve a number of high security vulnerabilities: https://github.com/cds-snc/notification-api/pull/2806
5252
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)

0 commit comments

Comments
 (0)