Skip to content

Commit

Permalink
Update flake8 requirement from <6.0,>=3.9.2 to >=3.9.2,<7.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.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@3.9.2...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 16, 2023
1 parent fd07e3c commit 3b3ca50
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 @@ -3,7 +3,7 @@ bump2version>=1.0.1,<2.0
codecov>=2.1.11,<3.0
d8s-file-system>=0.10.0,<1.0
d8s-strings>=0.5.0,<1.0
flake8>=3.9.2,<6.0
flake8>=3.9.2,<7.0
flake8-cognitive-complexity>=0.1.0,<1.0
ipython>7.0,<9.0
mkdocs-material>=8.0.1,<9.0
Expand Down

0 comments on commit 3b3ca50

Please sign in to comment.