1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-11-14 18:56:15 +01:00

module: relax most dependency requirements to tilde

- allows for patch level updates on dependencies with good track record
This commit is contained in:
Christian Nicolai 2020-08-27 22:52:03 +02:00 committed by GitHub
parent 297c5e6a28
commit f1dcdf5438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@ homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
pyyaml = "5.3.1" pyyaml = "5.3.1"
requests = "2.24.0" requests = "~2.24"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = "0.782" mypy = "0.782"
pylint = "2.5.3" pylint = "~2.5"
rope = "0.17.0" rope = "~0.17"
yapf = "0.30.0" yapf = "~0.30"