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

Commit 2536458

Browse files
Bump coverage from 6.2 to 6.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.2...6.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00e326f commit 2536458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"Cython==0.29.26",
5656
],
5757
"test": [
58-
"coverage==6.2",
58+
"coverage==6.3",
5959
"pytest<6.3",
6060
"pytest-cov==3.0.0",
6161
"testfixtures==6.18.3",

0 commit comments

Comments
 (0)