File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
3
4
- pip==20.2.2
5
- virtualenv==20.0.31
4
+ pip==20.2.4
5
+ virtualenv==20.2.1
Original file line number Diff line number Diff line change 5
5
6
6
# 4.x is last to support py2
7
7
pytest==4.6.11
8
- pytest-xdist==1.32.0
9
- flaky==3.6.1
8
+ # 1.34 is last to support py2
9
+ pytest-xdist==1.34.0
10
+ flaky==3.7.0
10
11
# 4.x is py3-only
11
12
mock==3.0.5
12
13
# Use a fork of PyContracts that supports Python 3.9
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.19.0
5
+ tox==3.20.1
Original file line number Diff line number Diff line change 3
3
4
4
# Things needed to make wheels for coverage.py
5
5
6
+ # setuptools 45.x is py3-only
6
7
setuptools==44.1.1
7
- wheel==0.34.2
8
+ wheel==0.35.1
You can’t perform that action at this time.
0 commit comments