From b88d77e3e94841a088ae5186efdd41970acbd043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:21:30 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index faec283..22dc65a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pylint==2.9.3 -pycodestyle==2.8.0 +pycodestyle==2.9.0 pytest==6.2.4 isort==5.10.1