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 django-cache-memoize from 0.2.0 to 0.2.1 #8383

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

Bumps django-cache-memoize from 0.2.0 to 0.2.1.

Changelog

Sourced from django-cache-memoize's changelog.

0.2.1


- The ``timeout`` value is now optional and defaults to that of
  ``DEFAULT_TIMEOUT`` from ``django.core.cache.backends.base``
  `pull#68 <https://github.com/peterbe/django-cache-memoize/pull/68>`

0.1.11

  • Include 3.12 in tests and omit 3.8 pull#69 <https://github.com/peterbe/django-cache-memoize/pull/69>

0.1.10


- Support for Django 3.2
  `pull#51 <https://github.com/peterbe/django-cache-memoize/pull/51>`
  Thanks @UsamaSadiq

0.1.9


- Fix potential problem with default cache key generation (sort order,
  possible identical key, quoting of paramters with ``=`` sign in string)
  `pull#50 &lt;https://github.com/peterbe/django-cache-memoize/pull/50&gt;`_
  Thanks @kri-k

0.1.8

  • New get_cache_key method for findout out what a decorated function's
    cache key would be.
    pull#44 &lt;https://github.com/peterbe/django-cache-memoize/pull/44&gt;_
    Thanks @​benweatherman

0.1.7


- Use a functions's ``__qualname__`` instead to avoid clases with functions
  of the same name.
  `pull#41 &lt;https://github.com/peterbe/django-cache-memoize/pull/41&gt;`_

0.1.6

  • Fetch cache backend later to provide thread-safety
    pull#21 &lt;https://github.com/peterbe/django-cache-memoize/pull/21&gt;_

  • Fix cache invalidation with custom key generator
    </tr></table>

... (truncated)

Commits

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 [django-cache-memoize](https://github.com/peterbe/django-cache-memoize) from 0.2.0 to 0.2.1.
- [Changelog](https://github.com/peterbe/django-cache-memoize/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/peterbe/django-cache-memoize/commits)

---
updated-dependencies:
- dependency-name: django-cache-memoize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Bot PRs that update dependencies label Dec 19, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.27%. Comparing base (1f352be) to head (2b53b43).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8383   +/-   ##
=======================================
  Coverage   77.27%   77.27%           
=======================================
  Files         553      553           
  Lines       27261    27261           
  Branches     3406     3359   -47     
=======================================
  Hits        21066    21066           
- Misses       6029     6032    +3     
+ Partials      166      163    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot PRs that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant