From: Bob Halley Date: Mon, 2 Feb 2026 01:43:00 +0000 (-0800) Subject: more dev dependency updates X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b51ede8e5190eb68c9aa2509291f77fcfa661451;p=thirdparty%2Fdnspython.git more dev dependency updates --- diff --git a/pyproject.toml b/pyproject.toml index b715046d..768e3c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]