diff options
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 8814627f..4c118991 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,16 +5,16 @@ 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 # Documentation tools sphinx>=1.4,<1.7 -alabaster>=0.7,<2.0 +alabaster==0.7.12 releases>=1.5,<2.0 # Release tools semantic_version>=2.4,<2.5 |