From 513313e04a0c6cafada62010eb2702f050f96ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 02:14:17 +0000 Subject: [PATCH] Bump redis from 4.5.4 to 4.5.5 in /django Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.5.5. - [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.5.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- django/poetry.lock | 10 +++++----- django/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/django/poetry.lock b/django/poetry.lock index 0c2c6f04d..50ada2f0a 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -1068,18 +1068,18 @@ files = [ [[package]] name = "redis" -version = "4.5.4" +version = "4.5.5" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.4-py3-none-any.whl", hash = "sha256:2c19e6767c474f2e85167909061d525ed65bea9301c0770bb151e041b7ac89a2"}, - {file = "redis-4.5.4.tar.gz", hash = "sha256:73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893"}, + {file = "redis-4.5.5-py3-none-any.whl", hash = "sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119"}, + {file = "redis-4.5.5.tar.gz", hash = "sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_version <= \"3.11.2\""} +async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -1633,4 +1633,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "72d01a0ae14e39e050502553973b7b741b4f47efa29ec2933e2b3808279b384a" +content-hash = "bd25ea0c8fc6a3f56ed23c528f0f1900eabe90fd917a6f2204862fff488303bb" diff --git a/django/pyproject.toml b/django/pyproject.toml index 28bfd62f2..fff7b330c 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -15,7 +15,7 @@ sqlalchemy = "2.0.12" social-auth-app-django = "5.2.0" social-auth-core = "4.4.2" sentry-sdk = "1.22.2" -redis = "4.5.4" +redis = "4.5.5" tweepy = "4.14.0" django-celery-results = "2.5.1" daphne = "4.0.0"