Skip to content

Commit

Permalink
Update flake8 requirement from <7.0.0,>=3.7.7 to >=3.7.7,<8.0.0
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.7.7...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 Nov 19, 2024
1 parent 4cca971 commit 9a7d610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# development dependencies (see docs.txt for documentation building dependencies)
# linting and static type-checking
flake8>=3.7.7, <7.0.0
flake8>=3.7.7, <8.0.0
mypy>=1.0, <2.0
types-requests>=2.25.0, <3.0.0
# testing
Expand Down

0 comments on commit 9a7d610

Please sign in to comment.