1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2025-11-06 16:25:10 +01:00

module: update pylint to ~4.0.0

This commit is contained in:
renovate[bot]
2025-10-16 02:06:16 +00:00
committed by Christian Nicolai
parent cc0220a973
commit e917b7706f

View File

@@ -11,13 +11,13 @@ license = "Apache-2.0"
homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources" homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.10"
pyyaml = "6.0.3" pyyaml = "6.0.3"
requests = "~2.32.0" requests = "~2.32.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "1.18.2" mypy = "1.18.2"
pylint = "~3.3.0" pylint = "~4.0.0"
rope = "~1.14.0" rope = "~1.14.0"
types-PyYAML = "~6.0" types-PyYAML = "~6.0"
types-requests = "~2.28" types-requests = "~2.28"