diff options
-rw-r--r-- | doc/requirements.pip | 2 | ||||
-rw-r--r-- | requirements/dev.pip | 6 | ||||
-rw-r--r-- | requirements/pytest.pip | 8 | ||||
-rw-r--r-- | tox.ini | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 325d4f23..10448015 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,7 +3,7 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==1.6.8 -sphinx==1.5.5 +sphinx==1.6.3 sphinxcontrib-spelling==2.3.0 sphinx_rtd_theme==0.2.4 diff --git a/requirements/dev.pip b/requirements/dev.pip index b2113631..e9b15f9c 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -13,9 +13,9 @@ greenlet==0.4.12 mock==2.0.0 PyContracts==1.7.15 pyenchant==1.6.8 -pylint==1.7.1 +pylint==1.7.2 unittest-mixins==1.3 # for kitting. -requests==2.13.0 -twine==1.8.1 +requests==2.18.1 +twine==1.9.1 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 07ca9796..7b70aca9 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -2,7 +2,7 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # The pytest specifics used by coverage.py -pytest==3.0.7 -pytest-xdist==1.16.0 -pytest-warnings==0.2.0 -flaky==3.3.0 +pytest==3.1.3 +pytest-xdist==1.18.1 +pytest-warnings==0.3.0 +flaky==3.4.0 @@ -18,7 +18,7 @@ deps = unittest-mixins==1.3 #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 - py{27,33,34,35,36}: gevent==1.2.1 + py{27,33,34,35,36}: gevent==1.2.2 py{26,27,33,34,35,36}: eventlet==0.21.0 py{26,27,33,34,35,36}: greenlet==0.4.12 |