diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-28 16:53:36 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-28 16:53:36 -0400 |
commit | 4bbb7d6b014c7a8a67850490c407bbd1f329d699 (patch) | |
tree | 1ea714bf45b5e7b1517495b995f56520b15dcd02 | |
parent | 56b0aaa62ff7f3bf87c9d1b746ce571fe827cdb1 (diff) | |
download | python-coveragepy-git-4bbb7d6b014c7a8a67850490c407bbd1f329d699.tar.gz |
Update requirements
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 2 | ||||
-rw-r--r-- | tox.ini | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index dbd6c8fa..c1297408 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,8 +4,8 @@ pyenchant==2.0.0 sphinx==1.7.5 -sphinxcontrib-spelling==4.1.0 -sphinx_rtd_theme==0.3.1 +sphinxcontrib-spelling==4.2.0 +sphinx_rtd_theme==0.4.0 # A version of doc8 with a -q flag. git+https://github.com/nedbat/doc8.git#egg=doc8==0.0 diff --git a/requirements/dev.pip b/requirements/dev.pip index 7616d6b4..3fe88dd0 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -13,11 +13,11 @@ greenlet==0.4.13 mock==2.0.0 PyContracts==1.8.3 pyenchant==2.0.0 -pylint==1.9.1 +pylint==1.9.2 unittest-mixins==1.4 check-manifest==0.37 readme_renderer==21.0 # for kitting. -requests==2.18.4 +requests==2.19.1 twine==1.11.0 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 19a5ccd4..6b2433ad 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,6 +3,6 @@ # The pytest specifics used by coverage.py -pytest==3.6.0 +pytest==3.6.2 pytest-xdist==1.22.2 flaky==3.4.0 @@ -10,11 +10,11 @@ toxworkdir = {env:TOXWORKDIR:.tox} usedevelop = True deps = - # https://requires.io/github/nedbat/coveragepy/requirements/ + # Check here for what might be out of date: + # https://requires.io/github/nedbat/coveragepy/requirements/ -rrequirements/pytest.pip pip==10.0.1 - # setuptools>=36 vendors packages which pollute the coverage output in tests - setuptools==35.0.2 + setuptools==39.2.0 mock==2.0.0 PyContracts==1.8.3 unittest-mixins==1.4 |