Skip to content

Commit e54efdd

Browse files
committed
Update packages
1 parent b7db905 commit e54efdd

File tree

7 files changed

+22
-20
lines changed

7 files changed

+22
-20
lines changed

doc/requirements.pip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# https://requires.io/github/nedbat/coveragepy/requirements/
44

5-
doc8==0.8.0
6-
pyenchant==2.0.0
5+
doc8==0.8.1
6+
pyenchant==3.1.1
77
sphinx==2.4.3
8-
sphinx-rst-builder==0.0.1
9-
sphinxcontrib-spelling==4.3.0
10-
sphinx_rtd_theme==0.4.3
8+
sphinx-rst-builder==0.0.3
9+
sphinxcontrib-spelling==5.1.2
10+
sphinx_rtd_theme==0.5.0
1111
sphinx-autobuild==0.7.1
1212
# Our own fork that allows linkcheck to work:
1313
git+https://github.com/nedbat/sphinx-tabs.git@master#egg=sphinx-tabs

requirements/dev.pip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ pluggy==0.13.1
1313
-r pytest.pip
1414

1515
# for linting.
16-
greenlet==0.4.15
17-
pylint==2.5.2
18-
check-manifest==0.40
16+
greenlet==0.4.16
17+
pylint==2.5.3
18+
check-manifest==0.42
1919
readme_renderer==26.0
2020

2121
# for kitting.
22-
requests==2.22.0
23-
twine==2.0.0
22+
requests==2.24.0
23+
twine==3.2.0

requirements/pip.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

4-
pip==20.0.2
5-
virtualenv==16.7.9
4+
pip==20.1.1
5+
virtualenv==20.0.25

requirements/pytest.pip

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
# The pytest specifics used by coverage.py
55

66
# 4.x is last to support py2
7-
pytest==4.6.6
8-
pytest-xdist==1.30.0
7+
pytest==4.6.11
8+
pytest-xdist==1.32.0
99
flaky==3.6.1
10+
# 4.x is py3-only
1011
mock==3.0.5
1112
# Use a fork of PyContracts that supports Python 3.9
1213
#PyContracts==1.8.12
1314
git+https://github.com/slorg1/contracts@collections_and_validator
14-
hypothesis==4.41.2
15+
# hypothesis 5.x is py3-only
16+
hypothesis==4.57.1
1517

1618
# Our testing mixins
1719
unittest-mixins==1.6

requirements/tox.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
# The version of tox used by coverage.py
5-
tox==3.14.3
5+
tox==3.16.1
66
# Adds env recreation on requirements file changes.
7-
tox-battery==0.5.2
7+
tox-battery==0.6.1

requirements/wheel.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
# Things needed to make wheels for coverage.py
55

6-
setuptools==41.4.0
6+
setuptools==44.1.1
77
wheel==0.34.2

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ deps =
1616
# https://requires.io/github/nedbat/coveragepy/requirements/
1717
-r requirements/pip.pip
1818
-r requirements/pytest.pip
19-
setuptools==41.4.0
19+
-r requirements/wheel.pip
2020
# gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663
21-
py{27,35,36}: gevent==1.2.2
21+
py{27,35,36}: gevent==20.6.2
2222
py{27,35,36,37,38}: eventlet==0.25.1
2323
py{27,35,36,37,38}: greenlet==0.4.15
2424

0 commit comments

Comments
 (0)