Skip to content

Commit

Permalink
Bump pycodestyle from 2.10.0 to 2.11.0
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.0.
- [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.0)

---
updated-dependencies:
- dependency-name: pycodestyle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 38f8e76 commit 83daa81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest = "==7.4.0"
pytest-benchmark = "==4"
pytest-cov = "==4.1.0"
pydocstyle = {version = "==6.3.0", extras = ["toml"]}
pycodestyle = "==2.10.0"
pycodestyle = "==2.11.0"
mypy = "==1.4.1"
black = {version = "==23.7.0", markers="python_version >= '3.8'"}
tbump = "==6.10.0"
Expand Down
20 changes: 10 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83daa81

Please sign in to comment.