From 13a2fc078ed273d9a1b11dbce96cba1091fe8c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 09:00:53 +0000 Subject: [PATCH] Bump flake8-docstrings from 1.6.0 to 1.7.0 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: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 894c0ebd..a0c3be87 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pylint==2.13.8 pylint-strict-informational==0.1 black==22.3.0 codespell==2.1.0 -flake8-docstrings==1.6.0 +flake8-docstrings==1.7.0 flake8==4.0.1 isort==5.10.1 pydocstyle==6.1.1