]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
cryptography>=43 is now required to use cryptography
authorBob Halley <halley@dnspython.org>
Wed, 24 Jul 2024 01:36:35 +0000 (18:36 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 24 Jul 2024 01:36:35 +0000 (18:36 -0700)
dns/_features.py
pyproject.toml

index e92beb948d3f947d618fe0c224ec14060ef274c4..68c991bdca54a198f73a72f914c8709dfab3a8ad 100644 (file)
@@ -85,7 +85,7 @@ def force(feature: str, enabled: bool) -> None:
 
 _requirements: Dict[str, List[str]] = {
     ### BEGIN generated requirements
-    "dnssec": ["cryptography>=42"],
+    "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"],
index 42827422d53fa18574bf4b7cd4195c7a81b3733f..9c7ab9880d0672a838f4353d793c4cbdf03c2819 100644 (file)
@@ -45,7 +45,7 @@ dev = [
     "twine>=4.0.0",
     "wheel>=0.42.0",
 ]
-dnssec = ["cryptography>=42"]
+dnssec = ["cryptography>=43"]
 doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
 doq = ["aioquic>=1.0.0"]
 idna = ["idna>=3.7"]