From 3624b9620ff884e8ba5ee570558787ae785fb8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:41:16 +0000 Subject: [PATCH] chore(deps): bump cachetools from 5.5.0 to 7.1.2 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.0 to 7.1.2. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.0...v7.1.2) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10897f1..356cf07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ build==1.2.2.post1 # via # -r requirements.in # pip-tools -cachetools==5.5.0 +cachetools==7.1.2 # via # -r requirements.in # google-auth