Skip to content

Commit

Permalink
Update flake8 requirement from <5.1,>=3.8 to >=3.8,<7.2 in /requirements
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@3.8.0...7.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Sep 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1cd5a38 commit b7a7cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
-r base.txt

black
flake8>=3.8,<5.1
flake8>=3.8,<7.2
flake8-builtins>=1.5,<2.1
flake8-isort>=4.0,<6.2
isort>=5.7,<5.14

0 comments on commit b7a7cb9

Please sign in to comment.