From a774146c7670a5e7f4e483cae98611637bedcecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:40:22 +0000 Subject: [PATCH] Bump pycodestyle from 2.11.1 to 2.12.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.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.11.1...2.12.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 b1c744b..ac314fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ autopep8==2.3.1 isort==5.13.2 lazy-object-proxy==1.10.0 mccabe==0.7.0 -pycodestyle==2.11.1 +pycodestyle==2.12.0 pylint==3.2.5 rope==1.13.0 six==1.16.0