From b31a086470ffc19d79b3a54939f13dd2a9220922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:17:39 -0500 Subject: [PATCH] Bump pycodestyle from 2.11.1 to 2.12.1 (#872) * 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] * bump flake8 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John-Paul Dakran --- requirements-dev-minimal.txt | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev-minimal.txt b/requirements-dev-minimal.txt index 1d548da90..28cd8eec7 100644 --- a/requirements-dev-minimal.txt +++ b/requirements-dev-minimal.txt @@ -1,5 +1,5 @@ coverage -flake8==7.0.0 +flake8==7.1.1 gibberish-detector>=0.1.1 monotonic mypy diff --git a/requirements-dev.txt b/requirements-dev.txt index 1c0fb6ffd..9cb1527f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ charset-normalizer==3.3.2 coverage==7.5.3 distlib==0.3.8 filelock==3.16.1 -flake8==7.0.0 +flake8==7.1.1 gibberish-detector==0.1.1 identify==2.5.36 idna==3.7 @@ -22,7 +22,7 @@ pluggy==1.5.0 pre-commit==4.0.1 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