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

Commit

Permalink
Merge pull request #171 from readthedocs/dependabot/pip/flake8-3.7.8
Browse files Browse the repository at this point in the history
Bump flake8 from 3.7.7 to 3.7.8
  • Loading branch information
nikolas authored Jul 19, 2019
2 parents 5711cc5 + abcba1d commit 1fb9796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):


tests_require = [
'flake8==3.5.0',
'flake8==3.7.8',
'hypothesis==3.55.3',
]

Expand Down
2 changes: 1 addition & 1 deletion test_reqs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flake8==3.7.7
flake8==3.7.8
hypothesis==3.8.3

0 comments on commit 1fb9796

Please sign in to comment.