From 4605205a2dd8bece4b721b355d5c220a2a6721c6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 17 Apr 2024 06:17:29 -0700 Subject: [PATCH] Set the minimum version of idna to 3.7. Earlier versions have a potential DoS issue. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e209aacc..e4388e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ dnssec = ["cryptography>=42"] 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"] -- 2.47.3