File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# https://requires.io/github/nedbat/coveragepy/requirements/
6
6
7
- doc8==0.9.0
7
+ doc8==0.9.1
8
8
pyenchant==3.2.1
9
- sphinx==4.1.2
9
+ sphinx==4.2.0
10
10
sphinx-autobuild==2021.3.14
11
- sphinx_rtd_theme==0.5.2
11
+ sphinx_rtd_theme==1.0.0
12
12
sphinx-tabs==3.2.0
13
13
sphinxcontrib-restbuilder==0.3
14
14
sphinxcontrib-spelling==7.2.1
Original file line number Diff line number Diff line change 7
7
-c pins.pip
8
8
-r pip.pip
9
9
10
- pluggy==0.13.1
10
+ # pluggy==1.0.0
11
11
12
12
# PyPI requirements for running tests.
13
13
tox
16
16
# for linting.
17
17
greenlet==1.1.1
18
18
pylint==2.11.1
19
- check-manifest==0.46
19
+ check-manifest==0.47
20
20
readme_renderer==29.0
21
21
22
22
# for kitting.
Original file line number Diff line number Diff line change 3
3
4
4
# Version pins, for use as a constraints file.
5
5
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
10
10
11
- setuptools==57.2 .0
12
- wheel==0.36.2
11
+ setuptools==58.1 .0
12
+ wheel==0.37.0
Original file line number Diff line number Diff line change 3
3
4
4
-c pins.pip
5
5
6
- pip==21.2.3
7
- virtualenv==20.7.0
6
+ pip==21.2.4
7
+ virtualenv==20.8.1
Original file line number Diff line number Diff line change 6
6
# The pytest specifics used by coverage.py
7
7
8
8
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
12
12
# Use a fork of PyContracts that supports Python 3.9
13
13
#PyContracts==1.8.12
14
14
git+https://github.com/slorg1/contracts@collections_and_validator
You can’t perform that action at this time.
0 commit comments