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)