1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-06-02 06:34:43 +02:00

module: update mypy requirement from 0.782 to 0.790

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [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 GitHub
parent cb044712db
commit 4d4acbb0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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