From bb94ca3b183eaad790405db421129fc6ff7ac7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:11:11 +0000 Subject: [PATCH] build(deps-dev): bump pycodestyle from 2.8.0 to 2.9.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.8.0 to 2.9.1. - [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.8.0...2.9.1) --- updated-dependencies: - dependency-name: pycodestyle 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 86dc3cb1..dbe5251c 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setuptools.setup( "pytest-sugar==0.9.4", "pytest-instafail==0.4.2", "pytest-cov==3.0.0", - "pycodestyle==2.8.0", + "pycodestyle==2.9.1", "black==22.6.0", "isort==5.10.1", "mypy==0.971",