Skip to content

Commit

Permalink
Update flake8 requirement from <7,>=3.8.4 to >=3.8.4,<8 (#4738)
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.4...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 6e257e5 commit cf303ab
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
Expand Up @@ -16,7 +16,7 @@ types-requests
types-setuptools
types-boto
types-pytz
flake8>=3.8.4,<7
flake8>=3.8.4,<8
flake8-bugbear>=20.11.1,<24
black
isort
Expand Down

0 comments on commit cf303ab

Please sign in to comment.