From d4fb23ce962bc2806c76c793d494b01b8ed6595e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:14:05 +0000 Subject: [PATCH] Bump pycodestyle from 2.11.1 to 2.12.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.1. - [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.11.1...2.12.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e897912..7bd6120a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ pluggy==1.5.0 pre-commit==3.5.0 py==1.11.0 pyahocorasick==2.1.0 -pycodestyle==2.11.1 +pycodestyle==2.12.1 pyflakes==3.2.0 pyparsing==3.1.2 pytest==7.4.3