From c41ec1c19e9d8aa32e5a5720b794ccd557cc22ac Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 21 Sep 2024 08:50:55 -0700 Subject: [PATCH] update features --- dns/_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/_features.py b/dns/_features.py index 68c991bd..fa6d4955 100644 --- a/dns/_features.py +++ b/dns/_features.py @@ -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 -- 2.47.3