Skip to content

Commit 139a814

Browse files
build(deps): update doc8 requirement from ~=1.1.1 to ~=2.0.0 (#814)
Updates the requirements on [doc8](https://github.com/pycqa/doc8) to permit the latest version. - [Release notes](https://github.com/pycqa/doc8/releases) - [Commits](PyCQA/doc8@v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: doc8 dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
1 parent fcccb7c commit 139a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040
"codespell~=2.4.0",
4141
"coverage~=7.2",
4242
"cql2>=0.3.7",
43-
"doc8~=1.1.1",
43+
"doc8~=2.0.0",
4444
"importlib-metadata~=8.0",
4545
"mypy~=1.2",
4646
"orjson~=3.8",

0 commit comments

Comments
 (0)