python-tuf/requirements/test.txt
dependabot[bot] 371db15f3d
build(deps): bump coverage from 7.1.0 to 7.2.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.0.
- [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.1.0...7.2.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 10:16:55 +00:00

7 lines
176 B
Text

# Requirements needed in tox test environments
# pinned tuf runtime dependencies (should auto-update and -trigger ci/cd)
-r pinned.txt
# coverage measurement
coverage==7.2.0