From 3bab4ad00e6530a15f560a24ff4cd6c7231a8ac1 Mon Sep 17 00:00:00 2001 From: Thomas Rausch Date: Thu, 12 Oct 2023 15:01:16 +0200 Subject: [PATCH] relax cachetools dependency constraint to >=5.0 (#9341) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 08fe51104852b..325976c3e94cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ packages=find: # dependencies that are required for the cli (via pip install localstack) install_requires = click>=7.0 - cachetools~=5.0.0 + cachetools>=5.0 cryptography dill==0.3.6 dnslib>=0.9.10