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-cacheops from 4.0.6 to 5.0 in /cvat/requirements #1710

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps django-cacheops from 4.0.6 to 5.0.

Changelog

Sourced from django-cacheops's changelog.

5.0

  • support Python 3.8 and Django 3.0 (thx to Misha Kalyna)
  • improve model fields stamping (Alex Lokhman)
  • disabled postponed invalidation when no_invalidation is applied (Vladimir)
  • fixed custom manager derived from BaseManager (Eric Plaster) Backwards incompatible changes:
  • dropped Python 2.7 and Djangos before 2.1
  • Redis 4.0+ required

4.2

  • support Django 2.1 and 2.2
  • added keep_fresh option to @cached_as (George Lee)
  • pass CACHEOPS_SENTINEL options through (David Fuentes Baldomir)
  • made SKIP_FIELDS and LONG_DISJUCTION configurable (Nic Wolff)
  • fixed .aggregate() over .annotate() fields in Django 2.2
  • fixed .bulk_create() in Django 2.2 (Grzegorz Szczepanczyk)
  • fixed test database to work in environments without /dev/shm (George Lee)
  • fixed proxy/abstract model bug
  • added test case for issue #312 (Andy Tzeng)
  • some warnings and doc-strings improvements

4.1

  • use UNLINK instead of DEL when available, use Redis 4.0+ for that
  • request m2m objects for invalidation using correct db
  • fixed caching counts, aggregates and exists in writes, dirty transactions and while cacheops is disabled
  • fixed various multidb/invalidation issues (Svan70)
  • fixed db in .invalidated_update()
  • fixed possible key disrepancy in cache_on_save with multidb
  • fixed jinja2 support in Python 3
  • documented CACHEOPS_CLIENT_CLASS

4.0.7

  • fixed RawSQL() and Subquery() (thx to thakryptex)
  • made the Redis client class configurable (Nic Wolff)
  • package is now also distributed as a universal wheel (Jon Dufresne)
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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5716

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 65.789%

Totals Coverage Status
Change from base Build 5702: 0.009%
Covered Lines: 10920
Relevant Lines: 16203

💛 - Coveralls

@nmanovic nmanovic merged commit 4ed9a3c into develop Jun 15, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cvat/requirements/django-cacheops-5.0 branch June 15, 2020 12:00
frndmg pushed a commit to signatrix/cvat that referenced this pull request Aug 5, 2020
…#1710)

Bumps [django-cacheops](https://github.com/Suor/django-cacheops) from 4.0.6 to 5.0.
- [Release notes](https://github.com/Suor/django-cacheops/releases)
- [Changelog](https://github.com/Suor/django-cacheops/blob/master/CHANGELOG)
- [Commits](Suor/django-cacheops@4.0.6...5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants