Skip to content

Commit

Permalink
chore(deps): bump pycodestyle from 2.10.0 to 2.11.1
Browse files Browse the repository at this point in the history
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](PyCQA/pycodestyle@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent 20aa42d commit 21e1f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 21e1f70

Please sign in to comment.