From 35352a3296a4540fee1501381d3ca655544d2170 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Aug 2021 09:33:18 +0000 Subject: [PATCH] Update dependency cachelib to v0.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 431ccf4..f7d19a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ appdirs==1.4.4; python_version >= "3.6" black==20.8b1; python_version >= "3.6" -cachelib==0.1.1 +cachelib==0.2.0 click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" ddtrace==0.44.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") dnspython==2.0.0; python_version >= "3.6"