From ebf2f4f6e5df0f81d624799daef824dca84071f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:05:31 +0000 Subject: [PATCH] Bump redis from 4.5.5 to 4.6.0 in /django Bumps [redis](https://github.com/redis/redis-py) from 4.5.5 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.5...v4.6.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- django/poetry.lock | 8 ++++---- django/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/django/poetry.lock b/django/poetry.lock index aae0324c6..45e864f5b 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -1041,13 +1041,13 @@ files = [ [[package]] name = "redis" -version = "4.5.5" +version = "4.6.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.5-py3-none-any.whl", hash = "sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119"}, - {file = "redis-4.5.5.tar.gz", hash = "sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880"}, + {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, + {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, ] [package.dependencies] @@ -1585,4 +1585,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fd87c4e87c093f54cacf3db4ab37d5172fa6ed0db12655b6ea6cdbdfbf1c8736" +content-hash = "cc18b61ae476ef65f3afe79f04ce33ac6fe7dd21848c16d76a191bc529ddbb00" diff --git a/django/pyproject.toml b/django/pyproject.toml index 32ca5f630..d5c17f741 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -15,7 +15,7 @@ sqlalchemy = "2.0.17" social-auth-app-django = "5.2.0" social-auth-core = "4.4.2" sentry-sdk = "1.26.0" -redis = "4.5.5" +redis = "4.6.0" tweepy = "4.14.0" django-celery-results = "2.5.1" daphne = "4.0.0"