UNCLASSIFIED - NO CUI

Skip to content

Update dependency cachetools to v4.2.4

renovate requested to merge renovate/cachetools-4.x into development

This MR contains the following updates:

Package Type Update Change
cachetools ironbank-pypi minor 4.1.1 -> 4.2.4
cachetools minor ==4.1.1 -> ==4.2.4

Release Notes

tkem/cachetools

v4.2.4

Compare Source

===================

  • Add submodule shims for backward compatibility.

v4.2.3

Compare Source

===================

  • Add documentation and tests for using TTLCache with datetime.

  • Link to typeshed typing stubs.

  • Flatten package file hierarchy.

v4.2.2

Compare Source

===================

  • Update build environment.

  • Remove Python 2 remnants.

  • Format code with Black.

v4.2.1

Compare Source

===================

  • Handle __missing__() not storing cache items.

  • Clean up __missing__() example.

v4.2.0

Compare Source

===================

  • 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

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports