From 4b3afdafc2c05cba6891148f8b83ca8353b1ad21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:03:15 +0000 Subject: [PATCH] MNT: (deps): Bump pycodestyle from 2.6.0 to 2.7.0 in /ci Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/commits) Signed-off-by: dependabot[bot] --- ci/linting_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index 79e5928..41ba0e8 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -1,6 +1,6 @@ flake8==3.8.4 flake8-nb==0.2.5 -pycodestyle==2.6.0 +pycodestyle==2.7.0 pyflakes==2.2.0 flake8-bugbear==21.3.1