From 21e1f70e542dd95343c39412a34b94b8999aa0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:15:16 +0000 Subject: [PATCH] chore(deps): bump pycodestyle from 2.10.0 to 2.11.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.10.0 to 2.11.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.10.0...2.11.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26c39a5..bac9907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ lint = [ "isort==5.12.0", "flake8==6.0.0", "mccabe==0.7.0", - "pycodestyle==2.10.0", + "pycodestyle==2.11.1", "pyflakes==3.0.1", 'pandas-stubs>2,<3', 'types-tqdm>4,<5', diff --git a/requirements.txt b/requirements.txt index 6d3b4ce..fd248b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -211,7 +211,7 @@ pure-eval==0.2.2 # via stack-data pyarrow==14.0.1 # via polars -pycodestyle==2.10.0 +pycodestyle==2.11.1 # via # flake8 # py-vibracore (pyproject.toml)