diff options
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 8 | ||||
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 2 | ||||
-rw-r--r-- | tox.ini | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index ff2a9d32..b1f108dc 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -2,8 +2,8 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -pyenchant==1.6.7 -sphinx==1.4.5 +pyenchant==1.6.8 +sphinx==1.4.9 sphinxcontrib-spelling==2.2.0 sphinx_rtd_theme==0.1.9 diff --git a/requirements/dev.pip b/requirements/dev.pip index 6a8724f9..b8e0c71a 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -10,12 +10,12 @@ # for linting. greenlet==0.4.10 mock==2.0.0 -PyContracts==1.7.9 -pyenchant==1.6.7 +PyContracts==1.7.12 +pyenchant==1.6.8 pylint==1.6.4 pytest unittest-mixins==1.1.1 # for kitting. -requests==2.10.0 -twine==1.7.4 +requests==2.12.1 +twine==1.8.1 diff --git a/requirements/tox.pip b/requirements/tox.pip index 86093d5e..1264050c 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,2 +1,2 @@ # The version of tox used by coverage.py -tox==2.3.1 +tox==2.5.0 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 426042c8..5af33d35 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==25.1.6 +setuptools==29.0.0 wheel==0.29.0 @@ -13,9 +13,9 @@ deps = git+https://github.com/nedbat/pytest.git@bug2038#egg=pytest==0.0 pytest-xdist==1.15.0 pytest-warnings==0.2.0 - pip==8.1.2 + pip==9.0.1 mock==2.0.0 - PyContracts==1.7.9 + PyContracts==1.7.12 unittest-mixins==1.1.1 #-egit+/Users/ned/unittest_mixins#egg=unittest-mixins==0.0 py26: unittest2==1.1.0 |