From 6fc2d0f5b4ae43c7be89db066d00ce060b68ccc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:54:14 +0000 Subject: [PATCH] chore(deps): update cachetools requirement from >=7.1.4 to >=7.1.7 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.7) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.7 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..daf96c4 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.7 asyncio-throttle>=1.0.2 # Development dependencies (install with pip install -e ".[dev]")