Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit aa12c2c

Browse files
committed
Bumped coverage version to v6.3.
1 parent 926c3df commit aa12c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the mandatory dependencies too.
7373
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7474
| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov>`__ | ≥3.0.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* |
7575
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
76-
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥6.2 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
76+
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥6.3 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
7777
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
7878
| `mypy <https://GitHub.com/python/mypy>`__ | ≥0.931 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
7979
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r ../requirements.txt
22

33
# Coverage collection
4-
Coverage>=6.2
4+
Coverage>=6.3
55

66
# Test Runner
77
pytest>=7.0.1

0 commit comments

Comments
 (0)