]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
freshen dependencies
authorBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:24:15 +0000 (12:24 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:24:15 +0000 (12:24 -0700)
pyproject.toml

index 9cf8bbbbbb21fd10bcde189aab066dfaad787dc5..2b8a9924632e3f5d28279281005ab2e9aae93d75 100644 (file)
@@ -31,25 +31,25 @@ dynamic = ["version"]
 
 [project.optional-dependencies]
 dev = [
-    "black>=23.1.0",
+    "black>=25.1.0",
     "coverage>=7.0",
-    "hypercorn>=0.16.0",
+    "hypercorn>=0.17.0",
     "flake8>=7",
-    "mypy>=1.8",
+    "mypy>=1.17",
     "pylint>=3",
-    "pytest>=7.4",
-    "pytest-cov>=4.1.0",
-    "quart-trio>=0.11.0",
-    "sphinx>=7.2.0",
-    "sphinx-rtd-theme>=2.0.0",
-    "twine>=4.0.0",
-    "wheel>=0.42.0",
+    "pytest>=8.4",
+    "pytest-cov>=6.2.0",
+    "quart-trio>=0.12.0",
+    "sphinx>=8.2.0",
+    "sphinx-rtd-theme>=3.0.0",
+    "twine>=6.1.0",
+    "wheel>=0.45.0",
 ]
-dnssec = ["cryptography>=43"]
-doh = ["httpcore>=1.0.0", "httpx>=0.26.0", "h2>=4.1.0"]
-doq = ["aioquic>=1.0.0"]
-idna = ["idna>=3.7"]
-trio = ["trio>=0.23"]
+dnssec = ["cryptography>=45"]
+doh = ["httpcore>=1.0.0", "httpx>=0.28.0", "h2>=4.2.0"]
+doq = ["aioquic>=1.2.0"]
+idna = ["idna>=3.10"]
+trio = ["trio>=0.30"]
 wmi = ["wmi>=1.5.1; platform_system=='Windows'"]
 
 [project.urls]