Skip to content

Commit a196205

Browse files
chore(deps-dev): bump coverage from 7.6.1 to 7.6.3 in /requirements (#693)
* chore(deps-dev): bump coverage from 7.6.1 to 7.6.3 in /requirements Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.1...7.6.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * use older version for py3.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mehmet Nuri Deveci <[email protected]>
1 parent 54f9650 commit a196205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage==7.6.1
1+
coverage==7.6.3; python_version>="3.9"
2+
coverage==7.6.1; python_version<"3.9"
23
flake8==3.8.4
34
pytest-cov==5.0.0
45

0 commit comments

Comments
 (0)