From: Bob Halley Date: Wed, 17 Apr 2024 13:18:37 +0000 (-0700) Subject: Set the minimum version of idna to 3.7. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057d0a680b415523b140be8fbe38585accce0559;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 860666fe..2d3bd240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]