From 3e94e78d86836f19e259e59bf8aac154b5d94a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 13:03:35 +0000 Subject: [PATCH] CI: (deps): Bump flake8-docstrings from 1.6.0 to 1.7.0 in /ci Bumps [flake8-docstrings](https://github.com/pycqa/flake8-docstrings) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/pycqa/flake8-docstrings/releases) - [Changelog](https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst) - [Commits](https://github.com/pycqa/flake8-docstrings/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: flake8-docstrings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/linting_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index 21972cb5fb8..092c33333fb 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -18,7 +18,7 @@ flake8-simplify==0.19.3 pep8-naming==0.13.3 flake8-rst-docstrings==0.3.0 -flake8-docstrings==1.6.0 +flake8-docstrings==1.7.0 pydocstyle==6.3.0 doc8==1.1.1