Bump redis from 4.5.4 to 4.6.0

Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.6.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.4...v4.6.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-04 14:55:25 +00:00 committed by GitHub
parent 98e9a4e036
commit 46689104c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 270 deletions

279
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ python-slugify = "^7.0.0"
pillow = "^9.5.0"
argon2-cffi = "^21.3.0"
whitenoise = "^6.3.0"
redis = "^4.4.0"
redis = "^4.6.0"
hiredis = "^2.2.3"
celery = {extras = ["redis"], version = "^5.3.1"}
django-celery-beat = "^2.5.0"