From 2c0491ff6ab1ec8e2744f3795106e4fe21e42e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 08:00:36 +0000 Subject: [PATCH] [skip ci] pip(deps-dev): Bump doc8 from 0.8.1 to 0.9.0 Bumps [doc8](https://github.com/pycqa/doc8) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/pycqa/doc8/releases) - [Commits](https://github.com/pycqa/doc8/compare/0.8.1...0.9.0) --- updated-dependencies: - dependency-name: doc8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cd6765076..849362279 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pylint==2.9.3 flake8==3.9.2 mypy==0.902 pydocstyle==6.1.1 -doc8==0.8.1 +doc8==0.9.0 tox==3.24.0 pytest==6.2.4 pytest-cov==2.12.1