Update coverage requirement from ==7.4.* to ==7.5.* (#410)
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](https://github.com/nedbat/coveragepy/compare/7.4.0...7.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0647b6bd95
commit
0c5111f1fb
|
@ -1,4 +1,4 @@
|
|||
coverage == 7.4.*
|
||||
coverage == 7.5.*
|
||||
orjson == 3.10.*
|
||||
pre-commit == 3.5.*
|
||||
python-decouple == 3.8
|
||||
|
|
Loading…
Reference in New Issue