From d269d028c21cd05b02e19a460ea12f7b7e19b3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:09:28 +0000 Subject: [PATCH] Bump django-redis from 5.2.0 to 5.4.0 Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/5.2.0...5.4.0) --- updated-dependencies: - dependency-name: django-redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9dd25683c..b7fac938d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1138,17 +1138,17 @@ python-dateutil = "*" [[package]] name = "django-redis" -version = "5.2.0" +version = "5.4.0" description = "Full featured redis cache backend for Django." optional = false python-versions = ">=3.6" files = [ - {file = "django-redis-5.2.0.tar.gz", hash = "sha256:8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de"}, - {file = "django_redis-5.2.0-py3-none-any.whl", hash = "sha256:1d037dc02b11ad7aa11f655d26dac3fb1af32630f61ef4428860a2e29ff92026"}, + {file = "django-redis-5.4.0.tar.gz", hash = "sha256:6a02abaa34b0fea8bf9b707d2c363ab6adc7409950b2db93602e6cb292818c42"}, + {file = "django_redis-5.4.0-py3-none-any.whl", hash = "sha256:ebc88df7da810732e2af9987f7f426c96204bf89319df4c6da6ca9a2942edd5b"}, ] [package.dependencies] -Django = ">=2.2" +Django = ">=3.2" redis = ">=3,<4.0.0 || >4.0.0,<4.0.1 || >4.0.1" [package.extras] @@ -3675,4 +3675,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e743251df98bca2cced8cdd376a65ba4f373d1f52886364f1a3d4aa327349f96" +content-hash = "334762b915f28fd6a5c1f8f4e99002c5cc3e36fc257d6972e0662dc38a4bdb70" diff --git a/pyproject.toml b/pyproject.toml index 4b5915a57..3b2052e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ django-cors-headers = "3.14.0" django-mptt = "0.14.0" django-filter = "23.2" django-environ = "0.10.0" -django-redis = "5.2.0" +django-redis = "5.4.0" django-ipware = "5.0.0" django-phonenumber-field = { extras = ["phonenumberslite"], version = "7.1.0" } django-push-notifications = "3.0.0"