From b197e2b1b66efe435fbff243deb4e759fe99600f Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 2 Feb 2026 00:21:44 +0000 Subject: [PATCH] [stubsabot] Bump cachetools to 7.0.* Release: https://pypi.org/pypi/cachetools/7.0.0 Homepage: https://github.com/tkem/cachetools/ Repository: https://github.com/tkem/cachetools Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/cachetools Diff: https://github.com/tkem/cachetools/compare/v6.2.6...v7.0.0 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `src/cachetools/__init__.py`, `src/cachetools/func.py`, `src/cachetools/keys.py`. - 3 files included in typeshed's stubs have been deleted: `cachetools/__init__.py`, `cachetools/func.py`, `cachetools/keys.py`. - 0 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 3543. - Total lines of Python code deleted: 1228. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/cachetools/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/cachetools/METADATA.toml b/stubs/cachetools/METADATA.toml index 70052083c405..e33018b60ed9 100644 --- a/stubs/cachetools/METADATA.toml +++ b/stubs/cachetools/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.2.*" +version = "7.0.*" upstream_repository = "https://github.com/tkem/cachetools"