Skip to content

Commit

Permalink
chore(deps): update flake8 requirement from <7.0,>=5.0.4 to >=5.0.4,<8.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@5.0.4...7.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent ce93f73 commit 27b758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

black ==24.4.2
isort >=5.10.1, <6.0
flake8 >=5.0.4, <7.0
flake8 >=5.0.4, <8.0
pytest
pytest-cov
pytest-snapshot
Expand Down

0 comments on commit 27b758a

Please sign in to comment.