From 38050acd88425313055c32260e75285f224b4a0f Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 23 Aug 2025 12:28:51 -0700 Subject: [PATCH] regenerate features --- dns/_features.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 } -- 2.47.3