Update dependency cachetools to v4.2.4
This MR contains the following updates:
Package | Update | Change |
---|---|---|
cachetools | minor |
==4.1.1 -> ==4.2.4
|
Release Notes
tkem/cachetools
v4.2.4
===================
- Add submodule shims for backward compatibility.
v4.2.3
===================
-
Add documentation and tests for using
TTLCache
withdatetime
. -
Link to typeshed typing stubs.
-
Flatten package file hierarchy.
v4.2.2
===================
-
Update build environment.
-
Remove Python 2 remnants.
-
Format code with Black.
v4.2.1
===================
-
Handle
__missing__()
not storing cache items. -
Clean up
__missing__()
example.
v4.2.0
===================
-
Add FIFO cache implementation.
-
Add MRU cache implementation.
-
Improve behavior of decorators in case of race conditions.
-
Improve documentation regarding mutability of caches values and use of key functions with decorators.
-
Officially support Python 3.9.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.