From 66f1d49761807a2c2fbf2d868e5da397bfd6f176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 02:09:30 +0000 Subject: [PATCH] Update pycodestyle requirement from ~=2.12 to ~=2.13 Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to permit the latest version. - [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.0...2.13.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.13.0 dependency-type: direct:development ... 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 6400e6a6..eb5b6101 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ autopep8~=2.3 black[jupyter]~=24.10 coverage[toml]~=7.8 pip-audit~=2.9 -pycodestyle~=2.12 +pycodestyle~=2.13 pylint~=3.3 pyright~=1.1 ruff~=0.11