summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-04-22 15:02:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-04-22 15:02:22 -0400
commit09b443453ba20dfc8b791d88c63416e7a58dc521 (patch)
treeded27aaa203ea575d7f156f597bf516ef60b9e02
parentaf251885641cbf85ba8f42b1e3fac7b70bf5a816 (diff)
downloadpython-coveragepy-09b443453ba20dfc8b791d88c63416e7a58dc521.tar.gz
Update some deps
-rw-r--r--requirements/dev.pip4
-rw-r--r--requirements/tox.pip2
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 4 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 91a3f46..36e962d 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -11,9 +11,9 @@
# for linting.
greenlet==0.4.13
mock==2.0.0
-PyContracts==1.8.2
+PyContracts==1.8.3
pyenchant==2.0.0
-pylint==1.8.3
+pylint==1.8.4
unittest-mixins==1.4
# for kitting.
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 3fb7faf..a209ac7 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -1,4 +1,4 @@
# The version of tox used by coverage.py
tox==3.0.0
# Adds env recreation on requirements file changes.
-tox-battery==0.5
+tox-battery==0.5.1
diff --git a/tox.ini b/tox.ini
index 397cbec..c703eb5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ deps =
# setuptools>=36 vendors packages which pollute the coverage output in tests
setuptools==35.0.2
mock==2.0.0
- PyContracts==1.8.0
+ PyContracts==1.8.3
unittest-mixins==1.4
#-e/Users/ned/unittest_mixins
py26: unittest2==1.1.0