From 279f1d9b9a73e2506342b208f47ae9086814b734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:50:34 +0000 Subject: [PATCH] build(deps-dev): bump pycodestyle from 2.8.0 to 2.9.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.8.0 to 2.9.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.8.0...2.9.0) --- 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 f202a2b..6fd5c0b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ test_requirements = [ "pytest>=3", "isort==5.10.1", - "pycodestyle==2.8.0", + "pycodestyle==2.9.0", "mypy==0.942", ]