From 41b74d3c5a27813d0fb6b20abe10d3cf81fbffe1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:58:03 +0000 Subject: [PATCH] Update dependency cachetools to v5.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..ed028ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==24.8.0 ; python_version >= "3.10" and python_version < "4.0" build==1.2.1 ; python_version >= "3.10" and python_version < "4.0" cachecontrol[filecache]==0.14.0 ; python_version >= "3.10" and python_version < "4.0" -cachetools==5.4.0 ; python_version >= "3.10" and python_version < "4.0" +cachetools==5.5.0 ; python_version >= "3.10" and python_version < "4.0" certifi==2024.7.4 ; python_version >= "3.10" and python_version < "4.0" cffi==1.17.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0"