Skip to content

Commit 28bfdd4

Browse files
Update flake8 requirement from ==3.8.* to ==6.0.*
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.8.0a1...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c7b418 commit 28bfdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pytest-cov==3.0.*
33
pytest-vcr==1.0.*
44
black==22.3.0
55
isort==5.7.*
6-
flake8==3.8.*
6+
flake8==6.0.*
77
mypy==0.812

0 commit comments

Comments
 (0)