Skip to content

Commit 0472d95

Browse files
authored
Merge pull request #430 from fantix/pyup-update-flake8-3.5.0-to-3.7.1
Update flake8 to 3.7.1
2 parents 1d80a12 + f1480fb commit 0472d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ quart==0.8.0;python_version>="3.7" # pyup: update minor
1313

1414
# tests
1515
coverage==4.5.1 # pyup: update minor
16-
flake8==3.5.0 # pyup: update minor
16+
flake8==3.7.1 # pyup: update minor
1717
tox==3.7.0 # pyup: update minor
1818
pytest==4.1.0 # pyup: update minor
1919
pytest-runner==4.2 # pyup: update minor

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python =
99

1010
[testenv:flake8]
1111
basepython=python
12-
deps=flake8==3.5.0
12+
deps=flake8
1313
commands=flake8 gino
1414

1515
[testenv]

0 commit comments

Comments
 (0)