From 9120073dcc67aa1dea31271df348d8ad44978764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 09:30:42 +0000 Subject: [PATCH] Bump doc8 from 0.11.2 to 1.1.1 Bumps [doc8](https://github.com/pycqa/doc8) from 0.11.2 to 1.1.1. - [Release notes](https://github.com/pycqa/doc8/releases) - [Commits](https://github.com/pycqa/doc8/compare/0.11.2...v1.1.1) --- updated-dependencies: - dependency-name: doc8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71d4aa773..7c0f7f9fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -270,7 +270,7 @@ dev = [ "dirty-equals==0.5.0", # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox. # When we bump this, we can remove doc8.ini. - "doc8==0.11.2", + "doc8==1.1.1", "docker==6.0.1", "dodgy==0.2.1", "enum-tools[sphinx]==0.9.0.post1",