Skip to content

Commit 0ded3df

Browse files
committed
chore: update requirements
1 parent 5bcfc26 commit 0ded3df

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

doc/requirements.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# https://requires.io/github/nedbat/coveragepy/requirements/
66

7-
doc8==0.9.0
7+
doc8==0.9.1
88
pyenchant==3.2.1
9-
sphinx==4.1.2
9+
sphinx==4.2.0
1010
sphinx-autobuild==2021.3.14
11-
sphinx_rtd_theme==0.5.2
11+
sphinx_rtd_theme==1.0.0
1212
sphinx-tabs==3.2.0
1313
sphinxcontrib-restbuilder==0.3
1414
sphinxcontrib-spelling==7.2.1

requirements/dev.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-c pins.pip
88
-r pip.pip
99

10-
pluggy==0.13.1
10+
#pluggy==1.0.0
1111

1212
# PyPI requirements for running tests.
1313
tox
@@ -16,7 +16,7 @@ tox
1616
# for linting.
1717
greenlet==1.1.1
1818
pylint==2.11.1
19-
check-manifest==0.46
19+
check-manifest==0.47
2020
readme_renderer==29.0
2121

2222
# for kitting.

requirements/pins.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# Version pins, for use as a constraints file.
55

6-
auditwheel==4.0.0
7-
cibuildwheel==2.1.1
8-
tox==3.24.1
9-
tox-gh-actions==2.6.0
6+
auditwheel==5.0.0
7+
cibuildwheel==2.1.2
8+
tox==3.24.4
9+
tox-gh-actions==2.8.1
1010

11-
setuptools==57.2.0
12-
wheel==0.36.2
11+
setuptools==58.1.0
12+
wheel==0.37.0

requirements/pip.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
-c pins.pip
55

6-
pip==21.2.3
7-
virtualenv==20.7.0
6+
pip==21.2.4
7+
virtualenv==20.8.1

requirements/pytest.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# The pytest specifics used by coverage.py
77

88
flaky==3.7.0
9-
hypothesis==6.14.6
10-
pytest==6.2.4
11-
pytest-xdist==2.3.0
9+
hypothesis==6.23.1
10+
pytest==6.2.5
11+
pytest-xdist==2.4.0
1212
# Use a fork of PyContracts that supports Python 3.9
1313
#PyContracts==1.8.12
1414
git+https://github.com/slorg1/contracts@collections_and_validator

0 commit comments

Comments
 (0)