[project.optional-dependencies]
dev = [
- "black>=26.1",
- "coverage>=7.0",
+ "black>=26.5",
+ "coverage>=7.15",
"hypercorn>=0.18.0",
- "pyright>=1.1.407",
- "pytest>=9.0",
- "pytest-cov>=7.0",
+ "pyright>=1.1.411",
+ "pytest>=9.1",
+ "pytest-cov>=7.1",
"quart-trio>=0.12.0",
- "ruff>=0.14.0",
+ "ruff>=0.16.0",
"sphinx>=9.1.0 ; python_version >= '3.12'",
"sphinx-rtd-theme>=3.1.0 ; python_full_version >= '3.12'",
- "ty>=0.0.14",
+ "ty>=0.0.63",
]
-dnssec = ["cryptography>=46"]
-doh = ["httpcore2>=2.4", "httpx2>=2.4", "h2>=4.3.0"]
+dnssec = ["cryptography>=49"]
+doh = ["httpcore2>=2.9", "httpx2>=2.9", "h2>=4.4"]
doq = ["aioquic>=1.3.0"]
-idna = ["idna>=3.11"]
-trio = ["trio>=0.30"]
+idna = ["idna>=3.18"]
+trio = ["trio>=0.33"]
wmi = ["wmi>=1.5.1; platform_system=='Windows'"]
[project.urls]