chore(deps): update dependency cachetools to v7#9112
Merged
bshaffer merged 1 commit intogoogleapis:mainfrom Apr 21, 2026
Merged
chore(deps): update dependency cachetools to v7#9112bshaffer merged 1 commit intogoogleapis:mainfrom
bshaffer merged 1 commit intogoogleapis:mainfrom
Conversation
f59f5d2 to
37623b5
Compare
37623b5 to
4a2360d
Compare
4a2360d to
bf8753f
Compare
bf8753f to
c8f1694
Compare
bshaffer
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==6.2.6→==7.0.6Release Notes
tkem/cachetools (cachetools)
v7.0.6Compare Source
===================
Minor code improvements.
Update project URLs.
Update CI environment.
v7.0.5Compare Source
===================
@cachedmethodperformance improvements.v7.0.4Compare Source
===================
Fix and properly document
@cachedmethod.cache_keybehavior.Minor documentation improvements.
v7.0.3Compare Source
===================
DeprecationWarningwhen creating an autospec mock with@cachedmethoddecorations.v7.0.2Compare Source
===================
clear()implementation for all supportCache classes (courtesy Josep Pon Farreny).
v7.0.1Compare Source
===================
Various test improvements.
Update Copilot Instructions.
v7.0.0Compare Source
===================
Require Python 3.10 or later (breaking change).
Drop support for passing
infoas fourth positional parameter to@cached(breaking change).Drop support for
cache(self)returningNonewith@cachedmethod(breaking change).Convert the
@cachedmethodwrappers to descriptors, deprecatingits use with class methods and instances that do not provide a
mutable
__dict__attribute (potentially breaking change).Convert the previously undocumented
@cachedmethodattributes(
cache,cache_lock, etc.) to properties for instancemethods, providing official support and documentation (potentially
breaking change).
Add an optional
infoparameter to the@cachedmethoddecorator for reporting per-instance cache statistics. Note that
this requires the instance's
__dict__attribute to be a mutablemapping.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.