From 94e86f4157d41442f1ae3606ccb09b3193b88835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:58:40 +0000 Subject: [PATCH] :arrow_up: Update doc8 requirement from <0.9.0,>=0.8.0 to >=0.8.0,<1.2.0 (#67) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c29502d..227503f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ testing = [ ] code_style = [ "pre-commit~=3.5.0", - "doc8<0.9.0,>=0.8.0", + "doc8>=0.8.0,<1.2.0", ] docs = [ "sphinx>=3",