Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cacheout from 0.10.2 to 0.16.0 #157

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps cacheout from 0.10.2 to 0.16.0.

Changelog

Sourced from cacheout's changelog.

v0.16.0 (2023-12-22)

  • Add Cache.on_get callback hook. Thanks uncle-lv_!
  • Add Cache.on_set callback hook. Thanks uncle-lv_!

v0.15.0 (2023-11-03)

  • Add cache statistics. Thanks uncle-lv_!
  • Add Cache.get_ttl. Thanks uncle-lv_!
  • Add Cache.on_delete callback hook. Thanks uncle-lv_!
  • Add support for Python 3.11 and 3.12.

v0.14.1 (2022-08-16)

  • Set minimum Python version to 3.7 in setup.cfg.

v0.14.0 (2022-08-16)

  • Add support for Python 3.10.
  • Drop support for Python 3.6. Minimum supported version is 3.7.
  • Clarify docs around TTL to make it explicit what time units it uses by default.

v0.13.1 (2021-04-28)

  • Minor optimization in Cache.get_many|delete_many.

v0.13.0 (2021-04-27)

  • Add cache_key attribute to memoized functions that can be used to generate the cache key used for a given set of function arguments. Thanks johnbergvall_!
  • Fix bug in Cache.full that would result in an exception if cache created with maxsize=None like Cache(maxsize=None). Thanks AllinolCP_!
  • Fix bug in Cache.get_many that resulted in RuntimeError: OrderedDict mutated during iteration when cache keys expire during the get_many call.
  • Remove default argument from Cache.get_many. A default value on missing cache key was only ever returned if a list of keys was passed in and those keys happened to expire during the get_many call. breaking change

v0.12.1 (2021-04-19)

  • Fix regression in 0.12.0 that resulted in missing docstrings for some methods of LFUCache and LRUCache.

... (truncated)

Commits
  • ab70997 release: v0.16.0
  • a2b9d1f chore: replace deprecated pkg_resources with importlib.metadata
  • abfaa86 docs: update README and CHANGELOG with on-get and on-set callback additions
  • c4a86c3 Style optimization (#40)
  • 1e653b9 chore: minor reformat to T_ON_SET_CALLBACK docstring
  • 7b5cea8 feat: on-set callback (#39)
  • 99d4782 chore: add docstrings to constants
  • bcabcdb feat: on-get callback (#38)
  • 346c6b4 chore: add comment explaining why Cache._set() calls Cache._delete()
  • a90b522 chore: update AUTHORS
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [cacheout](https://github.com/dgilland/cacheout) from 0.10.2 to 0.16.0.
- [Changelog](https://github.com/dgilland/cacheout/blob/master/CHANGELOG.rst)
- [Commits](dgilland/cacheout@v0.10.2...v0.16.0)

---
updated-dependencies:
- dependency-name: cacheout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2024
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants