Skip to content

Commit

Permalink
Bump flake8 from 6.0.0 to 7.1.1
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 7.1.1.
- [Commits](PyCQA/flake8@6.0.0...7.1.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent 2fe74ca commit 5cf340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def find_version(*file_paths):

extras_require = {
'linter': [
"flake8==6.0.0",
"flake8==7.1.1",
"isort>=4.2.15,<5.10.2",
],
'dev': [
Expand Down

0 comments on commit 5cf340d

Please sign in to comment.