Skip to content

Commit 2f08b69

Browse files
authored
Merge pull request #304 from python-trio/dependabot/pip/pytest-cov-3.0.0
2 parents d0e19eb + 1a79ddd commit 2f08b69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==2.0.7
1818
# via requests
1919
contextlib2==21.6.0
2020
# via -r test-requirements.in
21-
coverage==6.1.1
21+
coverage[toml]==6.1.1
2222
# via pytest-cov
2323
cssselect==1.1.0
2424
# via -r test-requirements.in
@@ -52,7 +52,7 @@ pytest==6.2.5
5252
# via
5353
# -r test-requirements.in
5454
# pytest-cov
55-
pytest-cov==2.12.1
55+
pytest-cov==3.0.0
5656
# via -r test-requirements.in
5757
pytz==2021.3
5858
# via babel
@@ -75,8 +75,8 @@ sphinxcontrib-qthelp==1.0.3
7575
sphinxcontrib-serializinghtml==1.1.5
7676
# via sphinx
7777
toml==0.10.2
78-
# via
79-
# pytest
80-
# pytest-cov
78+
# via pytest
79+
tomli==1.2.2
80+
# via coverage
8181
urllib3==1.26.7
8282
# via requests

0 commit comments

Comments
 (0)