1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2026-04-29 16:20:34 +02:00

module: update mypy to v1.20.2

This commit is contained in:
renovate[bot]
2026-04-23 01:03:36 +00:00
committed by Christian Nicolai
parent 88e5f53091
commit 9eb5185f7f
+1 -1
View File
@@ -16,7 +16,7 @@ pyyaml = "6.0.3"
requests = "~2.33.0" requests = "~2.33.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "1.20.0" mypy = "1.20.2"
pylint = "~4.0.0" pylint = "~4.0.0"
rope = "~1.14.0" rope = "~1.14.0"
types-PyYAML = "~6.0" types-PyYAML = "~6.0"