From 67a844061f86447aff35ad0e748956a2071836a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Jun 2025 20:04:35 +0000 Subject: [PATCH] Update dependency cachetools to v5.5.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70d2e0e..dd00843 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ beautifulsoup4==4.12.3 ; python_version >= "3.11" and python_full_version <= "3. boto3==1.35.16 ; python_version >= "3.11" and python_full_version <= "3.13.0" botocore==1.35.16 ; python_version >= "3.11" and python_full_version <= "3.13.0" build==1.2.2.post1 ; python_version >= "3.11" and python_full_version <= "3.13.0" -cachetools==5.5.0 ; python_version >= "3.11" and python_full_version <= "3.13.0" +cachetools==5.5.2 ; python_version >= "3.11" and python_full_version <= "3.13.0" certifi==2024.8.30 ; python_version >= "3.11" and python_full_version <= "3.13.0" cffi==1.17.1 ; python_version >= "3.11" and python_full_version <= "3.13.0" and (platform_python_implementation != "PyPy" or os_name == "nt") and (platform_python_implementation != "PyPy" or implementation_name != "pypy") charset-normalizer==3.3.2 ; python_version >= "3.11" and python_full_version <= "3.13.0"