mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 08:56:16 +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:
parent
297c5e6a28
commit
f1dcdf5438
@ -13,10 +13,10 @@ homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
pyyaml = "5.3.1"
|
||||
requests = "2.24.0"
|
||||
requests = "~2.24"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "0.782"
|
||||
pylint = "2.5.3"
|
||||
rope = "0.17.0"
|
||||
yapf = "0.30.0"
|
||||
pylint = "~2.5"
|
||||
rope = "~0.17"
|
||||
yapf = "~0.30"
|
||||
|
Loading…
Reference in New Issue
Block a user