diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-08-09 05:51:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-08-09 05:51:16 -0400 |
commit | a8f416738ce88046f17381a7161fbfc4219678bc (patch) | |
tree | 538990b0ce9a434f9d934b5c74696b44340ffb95 | |
parent | 2decea5db90895bc8ef8c8f2dd03ead3ecf2e221 (diff) | |
download | python-coveragepy-git-a8f416738ce88046f17381a7161fbfc4219678bc.tar.gz |
chore: update tooling versions
-rw-r--r-- | doc/requirements.pip | 10 | ||||
-rw-r--r-- | requirements/dev.pip | 6 | ||||
-rw-r--r-- | requirements/pins.pip | 4 | ||||
-rw-r--r-- | requirements/pip.pip | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index c17c687c..e192a49c 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,11 +4,11 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -doc8==0.8.1 +doc8==0.9.0 pyenchant==3.2.1 -sphinx==4.1.1 +sphinx==4.1.2 +sphinx-autobuild==2021.3.14 +sphinx_rtd_theme==0.5.2 +sphinx-tabs==3.2.0 sphinxcontrib-restbuilder==0.3 sphinxcontrib-spelling==7.2.1 -sphinx_rtd_theme==0.5.2 -sphinx-autobuild==2021.3.14 -sphinx-tabs==3.1.0 diff --git a/requirements/dev.pip b/requirements/dev.pip index 0148c36e..7e419e05 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -14,14 +14,14 @@ tox -r pytest.pip # for linting. -greenlet==1.1.0 -pylint==2.9.3 +greenlet==1.1.1 +pylint==2.9.6 check-manifest==0.46 readme_renderer==29.0 # for kitting. requests==2.26.0 -twine==3.4.1 +twine==3.4.2 libsass==0.21.0 # Just so I have a debugger if I want it. diff --git a/requirements/pins.pip b/requirements/pins.pip index 8ee14a52..0fbfed5f 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -4,8 +4,8 @@ # Version pins, for use as a constraints file. auditwheel==4.0.0 -cibuildwheel==2.0.0 -tox==3.24.0 +cibuildwheel==2.1.1 +tox==3.24.1 tox-gh-actions==2.6.0 setuptools==57.2.0 diff --git a/requirements/pip.pip b/requirements/pip.pip index ab0a37ac..962eec94 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -3,5 +3,5 @@ -c pins.pip -pip==21.1.3 -virtualenv==20.6.0 +pip==21.2.3 +virtualenv==20.7.0 diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 409038b8..400967de 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -5,10 +5,10 @@ # The pytest specifics used by coverage.py +flaky==3.7.0 +hypothesis==6.14.6 pytest==6.2.4 pytest-xdist==2.3.0 -flaky==3.7.0 # Use a fork of PyContracts that supports Python 3.9 #PyContracts==1.8.12 git+https://github.com/slorg1/contracts@collections_and_validator -hypothesis==6.14.3 |