Update dependency cachetools to v6
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| cachetools | ~=5.5.2 -> ~=6.2.1 |
Release Notes
tkem/cachetools (cachetools)
v6.2.1
===================
-
Add support for Python 3.14.
-
Improve documentation.
-
Update CI environment.
v6.2.0
===================
-
Improve general
RRCacheperformance by storing cache keys in an additional sequence container. Note that this will increase memory consumption. -
Add more unit tests.
v6.1.0
===================
-
Improve
LFUCacheinsertion performance by switching to an implementation based on thecacheing <https://pypi.org/project/cacheing/>_ library. -
Update CI environment.
v6.0.0
===================
-
Require Python 3.9 or later (breaking change).
-
Remove
MRUCacheand the@func.mru_cachedecorator (breaking change). -
Add an optional
conditionparameter to the@cachedand@cachedmethoddecorators, which, when used with athreading.Conditioninstance, should improvecache stampede <https://en.wikipedia.org/wiki/Cache_stampede>_ issues in massively parallel environments. Note that this will inflict some performance penalty, and therefore has to be enabled explicitly. -
Convert the
cachetools.funcdecorators to use athreading.Conditioninstance to deal withcache stampede <https://en.wikipedia.org/wiki/Cache_stampede>_ issues. Note that this may result in a noticable performance degradation, depending on your actual use case. -
Deprecate support for
cache(self)returningNoneto suppress caching with the@cachedmethoddecorator. -
Improve documentation.
-
Update CI environment.
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Hey folks! I just ran into a blocker due to this dependency being out of date and came here to see it it could be updated and found there is already a recent renovate PR for exactly that! If this can be merged and a release pushed it would be a huge help. Thanks!