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

pyproject.toml

index 860666fe2c8cbd0494c33f41e392014cdd126d15..2d3bd2406a5b983f4a7de54667b3e75f0aa4642d 100644 (file)
@@ -45,7 +45,7 @@ dev = [
 dnssec = ["cryptography>=41"]
 doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
 doq = ["aioquic>=0.9.25"]
-idna = ["idna>=3.6"]
+idna = ["idna>=3.7"]
 trio = ["trio>=0.23"]
 wmi = ["wmi>=1.5.1"]