Skip to content

Commit 658759f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io
22
pip>=9 # minimum installation requirements
33
setuptools>=21 # minimum installation requirements
4-
coverage==6.3 # pytest-cov
4+
coverage==6.3.1 # pytest-cov
55
pytest==6.2.5
66
pytest-cov==3.0.0
77
pytest-xdist==2.5.0

0 commit comments

Comments
 (0)