]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Set the minimum version of idna to 3.7.
authorBob Halley <halley@dnspython.org>
Wed, 17 Apr 2024 13:17:29 +0000 (06:17 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 17 Apr 2024 13:17:29 +0000 (06:17 -0700)
Earlier versions have a potential DoS issue.

pyproject.toml

index e209aacc3369b94f9f8449acd334f33a18bea6c6..e4388e47732781976206e7c6683d23d0a3e8e17d 100644 (file)
@@ -48,7 +48,7 @@ dev = [
 dnssec = ["cryptography>=42"]
 doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
 doq = ["aioquic>=1.0.0"]
-idna = ["idna>=3.6"]
+idna = ["idna>=3.7"]
 trio = ["trio>=0.23"]
 wmi = ["wmi>=1.5.1"]