Skip to content

Commit

Permalink
Require aioquic>=1.0.0 [#1032].
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Mar 12, 2024
1 parent a5996b5 commit 6514e04
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def force(feature: str, enabled: bool) -> None:
### 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"],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6514e04

Please sign in to comment.