From aa3aff20bf93d6f040bff08f298377c1b3b3b727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:04:31 +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 21972cb5fb8..03f56832489 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==23.1.20