From 938c0e7943a6d40bafbb2387c4bf59406363569f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 03:05:48 +0000 Subject: [PATCH] Update dependency redis --- .github/workflows/ci.yml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 825f29746..4887c3408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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 52e75b6dc..54cdfd71e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2910,18 +2910,18 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.2.1" description = "Python client for Redis database and key-value store" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.2.1-py3-none-any.whl", hash = "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"}, + {file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"}, ] [package.extras] -hiredis = ["hiredis (>=1.0.0)"] -ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"] +hiredis = ["hiredis (>=3.0.0)"] +ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] [[package]] name = "requests" @@ -3592,4 +3592,4 @@ pyyaml = "*" [metadata] lock-version = "2.0" python-versions = "3.12.5" -content-hash = "9a5a89844cb45f2f3b014268f6b209bfe7c25806c7f021369f29cc6920ce2998" +content-hash = "4835073238123a704e5acab1f83e47a5394b677b3b96a04aaa6d3d043a4403c5" diff --git a/pyproject.toml b/pyproject.toml index 0b24e3e70..cefeeba11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pygithub = "2.5.0" pypdf = "^5.0.0" python-magic = "^0.4.27" pyyaml = "^6.0.1" -redis = "^4.5.5" +redis = "^5.0.0" requests = "2.32.3" sentry-sdk = "2.18.0" smart-open = {extras = ["s3"], version = "^6.3.0"}