Skip to content

Commit f49cabd

Browse files
committed
Update some dependencies
1 parent 320dd07 commit f49cabd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements/dev.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# Requirements for doing local development work on coverage.py.
55
# https://requires.io/github/nedbat/coveragepy/requirements/
66

7-
pip==19.3.1
8-
virtualenv==16.7.8
7+
pip==20.0.2
8+
virtualenv==16.7.9
99

10-
pluggy==0.13.0
10+
pluggy==0.13.1
1111

1212
# PyPI requirements for running tests.
1313
-r tox.pip
1414
-r pytest.pip
1515

1616
# for linting.
1717
greenlet==0.4.15
18-
pylint==2.4.3
18+
pylint==2.4.4
1919
check-manifest==0.40
2020
readme_renderer==24.0
2121

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
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.1
5+
tox==3.14.3
66
# Adds env recreation on requirements file changes.
77
tox-battery==0.5.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps =
1515
# Check here for what might be out of date:
1616
# https://requires.io/github/nedbat/coveragepy/requirements/
1717
-r requirements/pytest.pip
18-
pip==19.3.1
18+
pip==20.0.2
1919
setuptools==41.4.0
2020
# gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663
2121
py{27,35,36}: gevent==1.2.2

0 commit comments

Comments
 (0)