From be03cf4c56a9571e1aae31dc39c09bfcf327219c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 06:53:09 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 420a625c..84beb792 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ "testfixtures==7.0.4", "tox==4.3.5", "flake8==6.0.0", - "flake8-docstrings==1.6.0", + "flake8-docstrings==1.7.0", "aioresponses==0.7.4", "black==22.12.0", ],