Skip to content

Commit

Permalink
chore: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 29, 2021
1 parent 5bcfc26 commit 0ded3df
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

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

doc8==0.9.0
doc8==0.9.1
pyenchant==3.2.1
sphinx==4.1.2
sphinx==4.2.0
sphinx-autobuild==2021.3.14
sphinx_rtd_theme==0.5.2
sphinx_rtd_theme==1.0.0
sphinx-tabs==3.2.0
sphinxcontrib-restbuilder==0.3
sphinxcontrib-spelling==7.2.1
4 changes: 2 additions & 2 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-c pins.pip
-r pip.pip

pluggy==0.13.1
#pluggy==1.0.0

# PyPI requirements for running tests.
tox
Expand All @@ -16,7 +16,7 @@ tox
# for linting.
greenlet==1.1.1
pylint==2.11.1
check-manifest==0.46
check-manifest==0.47
readme_renderer==29.0

# for kitting.
Expand Down
12 changes: 6 additions & 6 deletions requirements/pins.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

# Version pins, for use as a constraints file.

auditwheel==4.0.0
cibuildwheel==2.1.1
tox==3.24.1
tox-gh-actions==2.6.0
auditwheel==5.0.0
cibuildwheel==2.1.2
tox==3.24.4
tox-gh-actions==2.8.1

setuptools==57.2.0
wheel==0.36.2
setuptools==58.1.0
wheel==0.37.0
4 changes: 2 additions & 2 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

-c pins.pip

pip==21.2.3
virtualenv==20.7.0
pip==21.2.4
virtualenv==20.8.1
6 changes: 3 additions & 3 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# The pytest specifics used by coverage.py

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

0 comments on commit 0ded3df

Please sign in to comment.