From d6cc73983ac0f291ecc6d11301f4794c91ea36e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:10:36 +0000 Subject: [PATCH] fix(deps): update dependency redis --- .github/workflows/ci.yml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6482c8df78..0bea0343c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - 5432:5432 redis: - image: redis:5.0.8 + image: redis:5.0.14 ports: - 6379:6379 diff --git a/poetry.lock b/poetry.lock index 848e5ae530..e3a58e2d0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3633,13 +3633,13 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.0.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.1-py3-none-any.whl", hash = "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f"}, + {file = "redis-5.0.1.tar.gz", hash = "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f"}, ] [package.dependencies] @@ -4427,4 +4427,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "3ee1f42c3b5f48f6e29a48c8d0dc16c8c86daf7c33bc3fd3aaa9d4dd340496e2" +content-hash = "182796a62d2570c01f1dd25f62b0b71742234a6c0d5cec7536a7d2a596ef757f" diff --git a/pyproject.toml b/pyproject.toml index ab9f8b154d..449a037c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ newrelic = "^6.4.1.158" pyOpenSSL = "^23.1.1" psycopg2 = "^2.9.5" pycountry = "^19.7.15" -redis = "^4.4.4" +redis = "^5.0.0" requests = "^2.28.2" sentry-sdk = "^1.4.2" social-auth-app-django = "^4.0.0"