1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-08-09 04:48:46 +02:00

module: update mypy requirement from 0.941 to 0.942

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.941...v0.942)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-31 12:01:38 +00:00
committed by GitHub
parent 9f1d6f918b
commit 7910a8a0ad

View File

@@ -16,7 +16,7 @@ pyyaml = "6.0"
requests = "~2.27" requests = "~2.27"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "0.941" mypy = "0.942"
pylint = "~2.12" pylint = "~2.12"
rope = "~0.23" rope = "~0.23"
types-PyYAML = "~6.0" types-PyYAML = "~6.0"