From: Jakob Schlyter Date: Fri, 26 Sep 2025 15:14:45 +0000 (+0200) Subject: Fix typo in pyproject.toml (#1228) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385e9195e85cc40472ae0696fe6acd925473dbca;p=thirdparty%2Fdnspython.git Fix typo in pyproject.toml (#1228) --- diff --git a/pyproject.toml b/pyproject.toml index 7c35048d..b08eacdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pytest>=8.4", "pytest-cov>=6.2.0", "quart-trio>=0.12.0", - "ruff>=0.13.2" + "ruff>=0.13.2", "sphinx>=8.2.0 ; python_version >= '3.11'", "sphinx-rtd-theme>=3.0.0 ; python_full_version >= '3.11'", "twine>=6.1.0",