1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-06-29 10:30:25 +02:00

module: update mypy version to 0.800

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#33).
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.790...v0.800)

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:
dependabot[bot]
2021-01-28 14:08:54 +01:00
committed by GitHub
parent 4972d66c09
commit c7bbdbc9d3

View File

@ -16,7 +16,7 @@ pyyaml = "5.4.1"
requests = "~2.25"
[tool.poetry.dev-dependencies]
mypy = "0.790"
mypy = "0.800"
pylint = "~2.6"
rope = "~0.18"
yapf = "~0.30"