Skip to content

Commit b80a187

Browse files
Update flake8 requirement from ~=3.8.4 to ~=3.9.0 (#62)
Updates the requirements on [flake8](https://gitlab.com/pycqa/flake8) to permit the latest version. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b022899 commit b80a187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# It only exists to keep the list of dependencies in a separate file from
99
# setup.py.
1010
coverage ~=5.5
11-
flake8 ~=3.8.4
11+
flake8 ~=3.9.0
1212
pytest ~=6.2.2
1313
ipython ~=7.22.0
1414
numpydoc ~=1.1.0

0 commit comments

Comments
 (0)