Skip to content

Commit ca63d95

Browse files
committed
Require cryptography >=41 instead of 42.
1 parent 902cbf3 commit ca63d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dns/_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def force(feature: str, enabled: bool) -> None:
8282

8383
_requirements: Dict[str, List[str]] = {
8484
### BEGIN generated requirements
85-
"dnssec": ["cryptography>=42"],
85+
"dnssec": ["cryptography>=41"],
8686
"doh": ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"],
8787
"doq": ["aioquic>=0.9.25"],
8888
"idna": ["idna>=3.6"],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
"twine>=4.0.0",
4343
"wheel>=0.42.0",
4444
]
45-
dnssec = ["cryptography>=42"]
45+
dnssec = ["cryptography>=41"]
4646
doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
4747
doq = ["aioquic>=0.9.25"]
4848
idna = ["idna>=3.6"]

0 commit comments

Comments
 (0)