Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit b5784ab

Browse files
Bump flake8 from 3.8.4 to 3.9.2
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2440e8e commit b5784ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(self):
2121

2222

2323
tests_require = [
24-
'flake8==3.8.4',
24+
'flake8==3.9.2',
2525
'hypothesis==4.24.4',
2626
]
2727

test_reqs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flake8==3.8.4
1+
flake8==3.9.2
22
hypothesis==4.24.4

0 commit comments

Comments
 (0)