Skip to content
This repository was archived by the owner on May 29, 2026. 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] <support@dependabot.com>
1 parent 2440e8e commit b5784ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)