From c67c1cb94a6894194576f8362f394faf81d2ee5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:41:43 +0000 Subject: [PATCH] Update doc8 requirement from <1.2,>=0.9 to >=0.9,<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:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31f7a755..20e2bee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pytest>=6.2,<8.5", # test framework ] doc = [ - "doc8>=0.9,<1.2", + "doc8>=0.9,<2.1", "furo>=2023.09.10", "rstcheck[sphinx,toml]>=5.0,<6.3", "sphinx>=4,!=5.1.0,<8.2.4",