1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-09-21 19:52:05 +02:00

module: update mypy requirement from 0.812 to 0.901

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.812...v0.901)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-10 12:01:16 +00:00
committed by GitHub
parent ec7893241d
commit 7f7f5c778f

View File

@@ -16,7 +16,7 @@ pyyaml = "5.4.1"
requests = "~2.25" requests = "~2.25"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "0.812" mypy = "0.901"
pylint = "~2.8" pylint = "~2.8"
rope = "~0.19" rope = "~0.19"
yapf = "~0.31" yapf = "~0.31"