From 226ea8194742ca2628537578de5111d39ede7a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:45:40 +0000 Subject: [PATCH] Bump pycodestyle from 2.12.1 to 2.14.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.12.1 to 2.14.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.12.1...2.14.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.14.0 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 df29abd..0aedbad 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ mypy==1.15.0 mypy-extensions==1.0.0 packaging==24.2 pluggy==1.5.0 -pycodestyle==2.12.1 +pycodestyle==2.14.0 pyflakes==3.2.0 pytest==8.3.5 typing_extensions==4.12.2