File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Requirements for doing local development work on coverage.py.
5
5
# https://requires.io/github/nedbat/coveragepy/requirements/
6
6
7
- pip==19.3.1
8
- virtualenv==16.7.8
7
+ pip==20.0.2
8
+ virtualenv==16.7.9
9
9
10
- pluggy==0.13.0
10
+ pluggy==0.13.1
11
11
12
12
# PyPI requirements for running tests.
13
13
-r tox.pip
14
14
-r pytest.pip
15
15
16
16
# for linting.
17
17
greenlet==0.4.15
18
- pylint==2.4.3
18
+ pylint==2.4.4
19
19
check-manifest==0.40
20
20
readme_renderer==24.0
21
21
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
3
4
4
# The version of tox used by coverage.py
5
- tox==3.14.1
5
+ tox==3.14.3
6
6
# Adds env recreation on requirements file changes.
7
7
tox-battery==0.5.1
Original file line number Diff line number Diff line change 15
15
# Check here for what might be out of date:
16
16
# https://requires.io/github/nedbat/coveragepy/requirements/
17
17
-r requirements/pytest.pip
18
- pip ==19.3.1
18
+ pip ==20.0.2
19
19
setuptools ==41.4.0
20
20
# gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663
21
21
py{27,35,36}: gevent ==1.2.2
You can’t perform that action at this time.
0 commit comments