Skip to content

Commit 9afec97

Browse files
Bump the style group with 3 updates
Bumps the style group with 3 updates: [flake8](https://github.com/pycqa/flake8), [pycodestyle](https://github.com/PyCQA/pycodestyle) and [pyflakes](https://github.com/PyCQA/pyflakes). Updates `flake8` from 7.1.2 to 7.2.0 - [Commits](PyCQA/flake8@7.1.2...7.2.0) Updates `pycodestyle` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.12.1...2.13.0) Updates `pyflakes` from 3.2.0 to 3.3.1 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](PyCQA/pyflakes@3.2.0...3.3.1) --- updated-dependencies: - 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 - dependency-name: pyflakes dependency-type: direct:development update-type: version-update:semver-minor dependency-group: style ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 834ddcf commit 9afec97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
autopep8==2.3.2
2-
flake8==7.1.2
2+
flake8==7.2.0
33
mccabe==0.7.0
44
pre-commit==4.2.0
5-
pycodestyle==2.12.1
6-
pyflakes==3.2.0
5+
pycodestyle==2.13.0
6+
pyflakes==3.3.1
77
pygame==2.6.1
88
pyyaml==6.0.2
99
tomli==2.2.1

0 commit comments

Comments
 (0)