Skip to content

Commit

Permalink
Require cryptography >=41 instead of 42.
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Feb 15, 2024
1 parent 902cbf3 commit ca63d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dns/_features.py
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit ca63d95

Please sign in to comment.