]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more dev dependency updates
authorBob Halley <halley@dnspython.org>
Mon, 2 Feb 2026 01:43:00 +0000 (17:43 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 2 Feb 2026 01:43:00 +0000 (17:43 -0800)
pyproject.toml

index b715046d83b8dc62059b9072fefd4b0ab875481c..768e3c0ca02dd28aace5a54db6bc5a76ea3636e5 100644 (file)
@@ -39,10 +39,9 @@ dev = [
     "pytest-cov>=7.0",
     "quart-trio>=0.12.0",
     "ruff>=0.14.0",
-    "sphinx>=8.2.0 ; python_version >= '3.11'",
-    "sphinx-rtd-theme>=3.0.0 ; python_full_version >= '3.11'",
-    "ty>=0.0.8",
-    "wheel>=0.45.0",
+    "sphinx>=9.1.0 ; python_version >= '3.12'",
+    "sphinx-rtd-theme>=3.1.0 ; python_full_version >= '3.12'",
+    "ty>=0.0.14",
 ]
 dnssec = ["cryptography>=46"]
 doh = ["httpcore>=1.0.0", "httpx>=0.28.0", "h2>=4.3.0"]