summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-12-14 19:31:57 -0800
committerJeff Forcier <jeff@bitprophet.org>2018-12-14 19:31:57 -0800
commit187e528eb908680c07642f73e6f5ea6e8775626d (patch)
treee49907729c55daedefe5c4b36cf747fe2aae55c6
parent22693a1e3519d9abad99265094c71376bcd9a639 (diff)
parent1d5538a3f5747cb21d9f47d2862c488996c7c2b8 (diff)
Merge branch '2.3' into 2.4
-rw-r--r--dev-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 88df2794..4c118991 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -5,10 +5,10 @@ invocations>=1.2.0,<2.0
pytest>=3.2,<3.3
pytest-relaxed==1.1.4
# pytest-xdist for test dir watching and the inv guard task
-pytest-xdist>=1.22,<2.0
+pytest-xdist>=1.22,<1.25.0
mock==2.0.0
# Linting!
-flake8==2.4.0
+flake8==3.6.0
# Coverage!
coverage==3.7.1
codecov==1.6.3