From f1dcdf5438b51afa4968e6756845825de65b29b9 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Thu, 27 Aug 2020 22:52:03 +0200 Subject: [PATCH] module: relax most dependency requirements to tilde - allows for patch level updates on dependencies with good track record --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5f9cd5..f63f981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"