From 0f8b76e43824534498e1b538c228a6573ca06304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:30:19 +0000 Subject: [PATCH] Update doc8 requirement from <2.1,>=0.9 to >=2.0.0,<2.1 Updates the requirements on [doc8](https://github.com/pycqa/doc8) to permit the latest version. - [Release notes](https://github.com/pycqa/doc8/releases) - [Commits](https://github.com/pycqa/doc8/compare/0.9.0...v2.0.0) --- updated-dependencies: - dependency-name: doc8 dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f25eb9d..0fd1f980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "datazip", ] doc = [ - "doc8>=0.9,<2.1", + "doc8>=2.0.0,<2.1", "furo>=2023.09.10", "rstcheck[sphinx,toml]>=5.0,<6.3", "sphinx>=4,!=5.1.0,<9.1.1",