From c6cb0d525fe897f135eb1c9f47a2c6962d1b4478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 07:09:00 +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 fe22222..8dad038 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "testfixtures==7.0.4", "tox==4.4.2", "flake8==6.0.0", - "flake8-docstrings==1.6.0", + "flake8-docstrings==1.7.0", "asynctest==0.13.0", "aioresponses==0.7.4", "black==22.12.0",