We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2831c4 commit 82a807fCopy full SHA for 82a807f
pyproject.toml
@@ -72,7 +72,7 @@ unidecode = "1.3.8"
72
# Putting upgrade on hold due to new version introducing breaking changes
73
Werkzeug = "3.0.4"
74
# Pinned dependencies
75
-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)
76
77
[tool.poetry.group.test.dependencies]
78
coveralls = "3.3.1"
0 commit comments