From 56173a18e8bfd6f48f383ed4e46d645b8bc258ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 02:22:11 +0000 Subject: [PATCH] build(deps): bump pycodestyle from 2.12.1 to 2.13.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.12.1 to 2.13.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.13.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffa957c..d269751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ dev = [ "flake8==7.1.1", "mccabe==0.7.0", - "pycodestyle==2.12.1", + "pycodestyle==2.13.0", "pyflakes==3.2.0", "black==25.1.0", "setuptools-rust==1.11.1",