From 7ef1d0f63418f0ae8b0e31e3076d95c9390e710a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 10:50:27 +0000 Subject: [PATCH] Bump pycodestyle from 2.9.1 to 2.10.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.9.1...2.10.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production 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 8ec410d..94bc059 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pathspec==0.10.1', 'pep8==1.7.1', 'pep8-naming==0.13.3', - 'pycodestyle==2.9.1', + 'pycodestyle==2.10.0', 'pydocstyle==6.1.1', 'pyflakes==2.5.0', 'snowballstemmer==2.2.0',