Skip to content

Commit 71d6993

Browse files
fix(deps): update dependency idna to v3 [security]
1 parent 6889d7b commit 71d6993

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ unidecode = "1.3.8"
7272
# Putting upgrade on hold due to new version introducing breaking changes
7373
Werkzeug = "3.0.4"
7474
# Pinned dependencies
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
coveralls = "3.3.1"

0 commit comments

Comments
 (0)