Skip to content

Commit 43fe8f1

Browse files
Update flake8 requirement from <5,>=3.8.4 to >=3.8.4,<8
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:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a87906 commit 43fe8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ consolekit>=1.0.0
44
coverage>=5.1
55
coverage-pyver-pragma>=0.2.1
66
faker>=4.1.2
7-
flake8<5,>=3.8.4
7+
flake8>=3.8.4,<8
88
funcy>=1.16
99
importlib-metadata>=3.6.0
1010
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.11"

0 commit comments

Comments
 (0)