From 19c4556aa9996d345925ca0580d861963b3f3f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:54:06 +0000 Subject: [PATCH] chore(deps): update cachetools requirement from >=5.3.0 to >=7.1.4 Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.0...v7.1.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 844ddb6..8210ce3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ tenacity>=9.1.4 # google-generativeai>=0.3.0 # Performance and caching -cachetools>=5.3.0 +cachetools>=7.1.4 asyncio-throttle>=1.0.2 # Development dependencies (install with pip install -e ".[dev]")