From: Bob Halley Date: Wed, 17 Apr 2024 13:17:29 +0000 (-0700) Subject: Set the minimum version of idna to 3.7. X-Git-Tag: v2.7.0rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4605205a2dd8bece4b721b355d5c220a2a6721c6;p=thirdparty%2Fdnspython.git Set the minimum version of idna to 3.7. Earlier versions have a potential DoS issue. --- diff --git a/pyproject.toml b/pyproject.toml index e209aacc..e4388e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]