python-tuf/requirements/test.txt
dependabot[bot] a7feffa93f
build(deps): bump coverage from 7.2.6 to 7.2.7
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.6 to 7.2.7.
- [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.2.6...7.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 10:57:29 +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.7