mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
12 lines
303 B
Text
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
|