python-tuf/requirements-test.txt
dependabot[bot] 5d3c436620
build(deps): bump mypy from 0.961 to 0.971
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 10:10:22 +00:00

12 lines
303 B
Text

# Install requirements needed in each tox environment
# pinned tuf runtime dependencies (should auto-update and -trigger ci/cd)
-r requirements-pinned.txt
# additional test tools for linting and coverage measurement
coverage==6.4.2
black==22.6.0
isort==5.10.1
pylint==2.14.5
mypy==0.971
bandit==1.7.4