Bump django-cacheops from 6.2 to 7.0.1

Bumps [django-cacheops](https://github.com/Suor/django-cacheops) from 6.2 to 7.0.1.
- [Changelog](https://github.com/Suor/django-cacheops/blob/master/CHANGELOG)
- [Commits](https://github.com/Suor/django-cacheops/compare/6.2...7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 19:13:06 +00:00 committed by GitHub
parent ce1c1a0a38
commit a185511893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

11
poetry.lock generated
View File

@ -1312,20 +1312,19 @@ postal = ["cryptography"]
[[package]]
name = "django-cacheops"
version = "6.2"
version = "7.0.1"
description = "A slick ORM cache with automatic granular event-driven invalidation for Django."
category = "main"
optional = false
python-versions = ">=3.5"
python-versions = ">=3.7"
files = [
{file = "django-cacheops-6.2.tar.gz", hash = "sha256:cc73fd0a1c14799253ff20a8a45791a3c8d2802217b301e70cfa08ae819e438f"},
{file = "django-cacheops-7.0.1.tar.gz", hash = "sha256:11ddea87dd039568978a4083d89c89dfb866ea55a7a48fb685a68fc198a8b650"},
]
[package.dependencies]
django = ">=2.1"
django = ">=3.2"
funcy = ">=1.8,<2.0"
redis = ">=3.0.0"
six = ">=1.4.0"
[[package]]
name = "django-celery-beat"
@ -5709,4 +5708,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "4f98b9a1e59d1225dc39952429a776278beadebb1a806fe714ffa9517384d713"
content-hash = "a1327f2a6963796135a5da7500050779fd54b8d7477d60566311481a3b2d3f6c"

View File

@ -60,7 +60,7 @@ sentry-sdk = "^1.21.0"
django-anymail = {extras = ["mailgun"], version = "^10.0"}
django-polymorphic = "^3.1.0"
django-jazzmin = "^2.6.0"
django-cacheops = "^6.1"
django-cacheops = "^7.0"
django-extra-settings = "^0.9.1"
psycopg2-binary = "^2.9.5"
django-cms = "^3.11.1"