From ff174dbf3745c41c343bf340d3fe9102351d7787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:09:27 +0000 Subject: [PATCH] CI: (deps): Bump pycodestyle from 2.9.1 to 2.10.0 in /ci 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] --- 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 6ec5f81ca87..c06362546d9 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -1,5 +1,5 @@ flake8==5.0.4 -pycodestyle==2.9.1 +pycodestyle==2.10.0 pyflakes==2.5.0 flake8-bugbear==22.12.6