]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
regenerate features
authorBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:28:51 +0000 (12:28 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:28:51 +0000 (12:28 -0700)
dns/_features.py

index fa6d49554d0ac4c70d456223fbcdc450042cbfb0..219ad16cd58f8e74e2a12faf0c2a85c036d9e179 100644 (file)
@@ -85,11 +85,11 @@ def force(feature: str, enabled: bool) -> None:
 
 _requirements: Dict[str, List[str]] = {
     ### BEGIN generated requirements
-    "dnssec": ["cryptography>=43"],
-    "doh": ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"],
-    "doq": ["aioquic>=1.0.0"],
-    "idna": ["idna>=3.7"],
-    "trio": ["trio>=0.23"],
-    "wmi": ["wmi>=1.5.1"],
+    "dnssec": ["cryptography>=45"],
+    "doh": ["httpcore>=1.0.0", "httpx>=0.28.0", "h2>=4.2.0"],
+    "doq": ["aioquic>=1.2.0"],
+    "idna": ["idna>=3.10"],
+    "trio": ["trio>=0.30"],
+    "wmi": ["wmi>=1.5.1; platform_system=="Windows""],
     ### END generated requirements
 }