]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update features
authorBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 15:50:55 +0000 (08:50 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 15:50:55 +0000 (08:50 -0700)
dns/_features.py

index 68c991bdca54a198f73a72f914c8709dfab3a8ad..fa6d49554d0ac4c70d456223fbcdc450042cbfb0 100644 (file)
@@ -88,7 +88,7 @@ _requirements: Dict[str, List[str]] = {
     "dnssec": ["cryptography>=43"],
     "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"],
     ### END generated requirements