Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Jan 26, 2024
1 parent d6f89f6 commit 3272887
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ dynamic = ["version"]
dev = [
"black>=23.1.0",
"coverage>=7.0",
"flake8>=5.0.3",
"mypy>=1.0.1",
"pylint>=2.7",
"pytest>=6.2.5",
"pytest-cov>=3.0.0",
"sphinx>=7.0.0",
"flake8>=7",
"mypy>=1.8",
"pylint>=3",
"pytest>=7.4",
"pytest-cov>=4.1.0",
"sphinx>=7.2.0",
"twine>=4.0.0",
"wheel>=0.41.0",
"wheel>=0.42.0",
]
dnssec = ["cryptography>=41"]
doh = ["httpcore>=0.17.3", "httpx>=0.25.1", "h2>=4.1.0"]
doq = ["aioquic>=0.9.20"]
idna = ["idna>=2.1"]
trio = ["trio>=0.14"]
dnssec = ["cryptography>=42"]
doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
doq = ["aioquic>=0.9.25"]
idna = ["idna>=3.6"]
trio = ["trio>=0.23"]
wmi = ["wmi>=1.5.1"]

[project.urls]
Expand Down

0 comments on commit 3272887

Please sign in to comment.