1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-11-14 08:56:16 +01:00

module: update mypy to version 0.790

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-15 12:01:07 +00:00 committed by cn
parent cb044712db
commit 0b32559478

View File

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