From: Bob Halley Date: Sat, 23 Aug 2025 19:28:51 +0000 (-0700) Subject: regenerate features X-Git-Tag: v2.8.0rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38050acd88425313055c32260e75285f224b4a0f;p=thirdparty%2Fdnspython.git regenerate features --- diff --git a/dns/_features.py b/dns/_features.py index fa6d4955..219ad16c 100644 --- a/dns/_features.py +++ b/dns/_features.py @@ -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 }