From 057d0a680b415523b140be8fbe38585accce0559 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 17 Apr 2024 06:18:37 -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 860666fe..2d3bd240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ dnssec = ["cryptography>=41"] doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"] doq = ["aioquic>=0.9.25"] -idna = ["idna>=3.6"] +idna = ["idna>=3.7"] trio = ["trio>=0.23"] wmi = ["wmi>=1.5.1"] -- 2.47.3