Bump cachetools to 6.0.* (#14131)

This commit is contained in:
Semyon Moroz
2025-05-24 18:06:15 +02:00
committed by GitHub
parent ce0596bc81
commit bf236b7c36
4 changed files with 15 additions and 12 deletions
@@ -9,9 +9,6 @@ cachetools.LFUCache.__setitem__
cachetools.LRUCache.__delitem__
cachetools.LRUCache.__getitem__
cachetools.LRUCache.__setitem__
cachetools.MRUCache.__delitem__
cachetools.MRUCache.__getitem__
cachetools.MRUCache.__setitem__
cachetools.TLRUCache.__delitem__
cachetools.TLRUCache.__getitem__
cachetools.TLRUCache.__setitem__