Skip to content

Commit

Permalink
Bump the style group with 3 updates (#127)
Browse files Browse the repository at this point in the history
Bumps the style group with 3 updates: [autopep8](https://github.com/hhatto/autopep8), [flake8](https://github.com/pycqa/flake8) and [pycodestyle](https://github.com/PyCQA/pycodestyle).


Updates `autopep8` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](hhatto/autopep8@v2.2.0...v2.3.0)

Updates `flake8` from 7.0.0 to 7.1.0
- [Commits](PyCQA/flake8@7.0.0...7.1.0)

Updates `pycodestyle` from 2.11.1 to 2.12.0
- [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.0)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: style
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: style
- dependency-name: pycodestyle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: style
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent da92877 commit 11cb19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
autopep8==2.2.0
flake8==7.0.0
autopep8==2.3.0
flake8==7.1.0
mccabe==0.7.0
pre-commit==3.7.1
pycodestyle==2.11.1
pycodestyle==2.12.0
pyflakes==3.2.0
pygame==2.5.2
pyyaml==6.0.1
Expand Down

0 comments on commit 11cb19d

Please sign in to comment.