]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update dependencies main
authorBob Halley <halley@dnspython.org>
Mon, 27 Jul 2026 13:09:15 +0000 (06:09 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 27 Jul 2026 13:09:15 +0000 (06:09 -0700)
pyproject.toml

index d99431c4288320475707bcac19ba3e885d632985..f5d29f4b155357558ede8b0065fb413bcb768ecf 100644 (file)
@@ -30,23 +30,23 @@ version = "2.9.0dev0"
 
 [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]