Skip to content

Commit

Permalink
Bump pycodestyle from 2.11.1 to 2.12.1 (#872)
Browse files Browse the repository at this point in the history
* Bump pycodestyle from 2.11.1 to 2.12.1

Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.1.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.11.1...2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* bump flake8

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John-Paul Dakran <dakranj@yelp.com>
  • Loading branch information
dependabot[bot] and jpdakran authored Dec 20, 2024
1 parent 7db243f commit b31a086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev-minimal.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage
flake8==7.0.0
flake8==7.1.1
gibberish-detector>=0.1.1
monotonic
mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ charset-normalizer==3.3.2
coverage==7.5.3
distlib==0.3.8
filelock==3.16.1
flake8==7.0.0
flake8==7.1.1
gibberish-detector==0.1.1
identify==2.5.36
idna==3.7
Expand All @@ -22,7 +22,7 @@ pluggy==1.5.0
pre-commit==4.0.1
py==1.11.0
pyahocorasick==2.1.0
pycodestyle==2.11.1
pycodestyle==2.12.1
pyflakes==3.2.0
pyparsing==3.1.2
pytest==7.4.3
Expand Down

0 comments on commit b31a086

Please sign in to comment.