]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Require aioquic>=1.0.0 [#1032].
authorBob Halley <halley@dnspython.org>
Tue, 12 Mar 2024 19:51:28 +0000 (12:51 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 12 Mar 2024 19:51:28 +0000 (12:51 -0700)
dns/_features.py
pyproject.toml

index df61e3006f4afd69f04660b77a0f4815bfca1b72..e5137cbca4601ceb491f5b8d8cec7a58f54621a0 100644 (file)
@@ -84,7 +84,7 @@ _requirements: Dict[str, List[str]] = {
     ### BEGIN generated requirements
     "dnssec": ["cryptography>=42"],
     "doh": ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"],
-    "doq": ["aioquic>=0.9.25"],
+    "doq": ["aioquic>=1.0.0"],
     "idna": ["idna>=3.6"],
     "trio": ["trio>=0.23"],
     "wmi": ["wmi>=1.5.1"],
index 6f60295daba016dc792a6d92749de1f5429ebfd5..749f2a83450eec39b446954fcae752a6865d5e9b 100644 (file)
@@ -44,7 +44,7 @@ dev = [
 ]
 dnssec = ["cryptography>=42"]
 doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
-doq = ["aioquic>=0.9.25"]
+doq = ["aioquic>=1.0.0"]
 idna = ["idna>=3.6"]
 trio = ["trio>=0.23"]
 wmi = ["wmi>=1.5.1"]