1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2026-05-24 03:47:15 +02:00

module: update requests to ~2.34.0

This commit is contained in:
renovate[bot]
2026-05-14 01:54:28 +00:00
committed by Christian Nicolai
parent f2c7b35ae7
commit 800ad01bff
+1 -1
View File
@@ -13,7 +13,7 @@ homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
pyyaml = "6.0.3" pyyaml = "6.0.3"
requests = "~2.33.0" requests = "~2.34.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "2.0.0" mypy = "2.0.0"