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
1 changed files with 4 additions and 4 deletions

View File

@ -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"