From 09c630934cd3c34b33324323c1d2151141474b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:54:24 +0000 Subject: [PATCH] chore(deps): update cachetools requirement from >=7.1.4 to >=7.1.6 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/v7.1.4...v7.1.6) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.6 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 81d45c4..c878d68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ tenacity>=9.1.4 # google-generativeai>=0.3.0 # Performance and caching -cachetools>=7.1.4 +cachetools>=7.1.6 asyncio-throttle>=1.0.2 # Development dependencies (install with pip install -e ".[dev]")