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.812

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

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-02-25 17:52:53 +01:00
committed by GitHub
parent 20bd349da5
commit f7b058b0d5

View File

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