]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Require cryptography >=41 instead of 42.
authorBob Halley <halley@dnspython.org>
Thu, 15 Feb 2024 16:20:11 +0000 (08:20 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 15 Feb 2024 16:20:11 +0000 (08:20 -0800)
dns/_features.py
pyproject.toml

index df61e3006f4afd69f04660b77a0f4815bfca1b72..03ccaa770431324d68b42ae13e21ac48abeb71dd 100644 (file)
@@ -82,7 +82,7 @@ def force(feature: str, enabled: bool) -> None:
 
 _requirements: Dict[str, List[str]] = {
     ### BEGIN generated requirements
-    "dnssec": ["cryptography>=42"],
+    "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"],
index 3108d587601e60bfeb39fd00bc9a84c324c378f7..860666fe2c8cbd0494c33f41e392014cdd126d15 100644 (file)
@@ -42,7 +42,7 @@ dev = [
     "twine>=4.0.0",
     "wheel>=0.42.0",
 ]
-dnssec = ["cryptography>=42"]
+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"]