Skip to content

Commit eb61eb2

Browse files
author
Ryan P Kilby
committed
Update testing requirements
1 parent c63e35c commit eb61eb2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PEP8 code linting, which we run on all commits.
2-
flake8==3.4.1
2+
flake8==3.5.0
33
flake8-tidy-imports==1.1.0
4-
pep8==1.7.0
4+
pycodestyle==2.3.1
55

66
# Sort and lint imports
7-
isort==4.2.5
7+
isort==4.2.15

requirements/requirements-optionals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
pytz==2017.2
33
markdown==2.6.4
44
django-guardian==1.4.9
5-
django-filter==1.0.4
5+
django-filter==1.1.0
66
coreapi==2.3.1
77
coreschema==0.0.4

requirements/requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# PyTest for running the tests.
2-
pytest==3.2.2
2+
pytest==3.2.5
33
pytest-django==3.1.2
44
pytest-cov==2.5.1

0 commit comments

Comments
 (0)