Skip to content

Commit 9292b37

Browse files
Update flake8 requirement from ==3.8.* to ==4.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...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8fe862 commit 9292b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pytest==6.2.*
22
pytest-cov==2.11.*
33
black==20.8b1
44
isort==5.7.*
5-
flake8==3.8.*
5+
flake8==4.0.*
66
mypy==0.790
77
pytest-vcr==1.0.2

0 commit comments

Comments
 (0)