Skip to content

Commit

Permalink
chore(deps): update flake8 requirement from <6.0,>=5.0.4 to >=5.0.4,<…
Browse files Browse the repository at this point in the history
…8.0 (#48)

Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@5.0.4...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 19eb812 commit 154ce80
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 @@ -2,7 +2,7 @@

black ==22.3.0
isort >=5.10.1, <6.0
flake8 >=5.0.4, <6.0
flake8 >=5.0.4, <8.0
pytest
pytest-cov
pytest-click
Expand Down

0 comments on commit 154ce80

Please sign in to comment.