From e9322765d5301821467393da1c611db6e41a4622 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 17 Jun 2025 00:16:17 +0000 Subject: [PATCH] [stubsabot] Bump cachetools to 6.1.* Release: https://pypi.org/pypi/cachetools/6.1.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.0.0...v6.1.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 194. - Total lines of Python code deleted: 87. 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 593de6011b49..fb57be984ae4 100644 --- a/stubs/cachetools/METADATA.toml +++ b/stubs/cachetools/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.0.*" +version = "6.1.*" upstream_repository = "https://github.com/tkem/cachetools"