openownership / openownership.org-wagtail

Open Ownership Wagtail site.
Other
1 stars 1 forks source link

Bump django-cacheops from 6.1 to 7.0 in /app #337

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-cacheops from 6.1 to 7.0.

Changelog

Sourced from django-cacheops's changelog.

7.0

  • support Django 4.2b and 5.0a
  • added a new insideout mode
  • made join invalidation more granular Backwards incompatible changes:
  • dropped Python 3.5, 3.6 and Django 2.1, 2.2, 3.0 and 3.1 support
  • removed CACHEOPS_LRU
  • removed CacheopsRedis, should inherit redis.Redis instead

6.2

  • support Python 3.11 and Django 4.1
  • added command to clear stale cacheops keys (Bruno Alla)
  • fixed invalidate_m2o for polymorphic models (#430) (Andrey Alekseev)
  • updated README: TOC, link to the post, some explanations
Commits
  • 08fe447 Up to 7.0
  • fee83fe Update README and CHANGELOG
  • 12ca0d2 Use pytest to run tests
  • 9a6856a Sync python_requires with classifiers (#447)
  • 9cf66b8 Fix Python version used for linting
  • 4a9275f Use newer versions of github actions and Python 3.10 for linting
  • ebcb5c5 Run tests on Ubuntu 22.04
  • 8136835 Allow selecting tests by pattern
  • 4f8daf9 Fix Django main
  • e277e1e Fix aggregates for Django 4.2 and master
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.