Skip to content

Commit

Permalink
build(deps-dev): update flake8 requirement from <7,>=6.0.0 to >=6.0.0,<8
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.0.0...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent ab62713 commit f51c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black>=23,<24
flake8-annotations>=2.7.0,<4
flake8-isort>=6.0.0,<7
flake8-print>=5.0.0,<6
flake8>=6.0.0,<7
flake8>=6.0.0,<8
isort>=5.10.1,<6
pre-commit>=2.10.1,<4
pytest>=7.4.3,<7.5
Expand Down

0 comments on commit f51c631

Please sign in to comment.