aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorDavid Muller2015-01-18 13:56:52 -0800
committerDavid Muller2015-01-18 13:56:52 -0800
commit00449dc42c11b5795b05885c7a1160dd36501668 (patch)
tree2683d02550c67193b01bf9935c4eebfd1e37b712 /requirements.txt
parent7c0d14a6d56a0813a8abf6da53622c323a77bca8 (diff)
downloaddjango-rest-framework-00449dc42c11b5795b05885c7a1160dd36501668.tar.bz2
Bump pytest version to 2.6.4
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index d5b32bfa..43e947c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ Django>=1.4.11
# Test requirements
pytest-django==2.8.0
-pytest==2.5.2
+pytest==2.6.4
pytest-cov==1.6
flake8==2.2.2