Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 4, 2021

Bumps cachetools from 2.0.0 to 4.2.4.

Changelog

Sourced from cachetools's changelog.

v4.2.4 (2021-09-30)

  • Add submodule shims for backward compatibility.

v4.2.3 (2021-09-29)

  • Add documentation and tests for using TTLCache with datetime.

  • Link to typeshed typing stubs.

  • Flatten package file hierarchy.

v4.2.2 (2021-04-27)

  • Update build environment.

  • Remove Python 2 remnants.

  • Format code with Black.

v4.2.1 (2021-01-24)

  • Handle __missing__() not storing cache items.

  • Clean up __missing__() example.

v4.2.0 (2020-12-10)

  • 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.

... (truncated)

Commits
  • 8b9bbc4 Release v4.2.4.
  • c234536 Fix #225: Add submodule shims for backward compatibility.
  • bc998ba Release v4.2.3.
  • 2a7afc2 Fix #210: Link to typeshed typing stubs.
  • c0162c5 Fix #216: Add documentation and tests for using TTLCache with datetime.
  • 7ae6ef5 Explicitly specify autoclass members.
  • be507a6 Fix #178: Flatten package file hierarchy.
  • 40d2710 Fix CI target URL.
  • fc47761 Move CI to GitHub Actions, coverage to Codecov.
  • e919f2f Release v4.2.2.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cachetools](https://github.com/tkem/cachetools) from 2.0.0 to 4.2.4.
- [Release notes](https://github.com/tkem/cachetools/releases)
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v2.0.0...v4.2.4)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 27, 2021

Superseded by #39.

@dependabot dependabot bot closed this Dec 27, 2021
@dependabot dependabot bot deleted the dependabot/pip/cachetools-4.2.4 branch December 27, 2021 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant