Skip to content

Commit 9e17bc3

Browse files
fix(deps): update dependency idna to v3 [security]
1 parent edc9dd9 commit 9e17bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)