Skip to content

Commit

Permalink
Update flake8 requirement from ~=6.1.0 to >=6.1,<7.2
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@6.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 303c977 commit 68bbaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ python_requires = >= 3.9
[options.extras_require]
dev =
black~=23.7.0
flake8~=6.1.0
flake8>=6.1,<7.2
flake8-bugbear~=23.7.10
flake8-docstrings~=1.7.0
pep8-naming~=0.13.3
Expand Down

0 comments on commit 68bbaea

Please sign in to comment.