Skip to content

Commit d025e76

Browse files
Update coverage requirement from ==7.2.* to ==7.3.* (fabiocaccamo#312)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.2.0...7.3.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e79e9c5 commit d025e76

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,4 +1,4 @@
1-
coverage == 7.2.*
1+
coverage == 7.3.*
22
pre-commit == 3.3.*
33
psycopg2-binary == 2.9.*
44
tox == 4.11.*

0 commit comments

Comments
 (0)