From c587c4fdd5e91a5c7cb1bdf4dca01a1fd1903418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:56:38 +0000 Subject: [PATCH] Bump redis from 5.1.1 to 5.2.0 in /api Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.2.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/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b68d5d5858d..0b83f679bf4 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1544,13 +1544,13 @@ files = [ [[package]] name = "redis" -version = "5.1.1" +version = "5.2.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.8" files = [ - {file = "redis-5.1.1-py3-none-any.whl", hash = "sha256:f8ea06b7482a668c6475ae202ed8d9bcaa409f6e87fb77ed1043d912afd62e24"}, - {file = "redis-5.1.1.tar.gz", hash = "sha256:f6c997521fedbae53387307c5d0bf784d9acc28d9f1d058abeac566ec4dbed72"}, + {file = "redis-5.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, + {file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, ] [package.dependencies] @@ -2033,4 +2033,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "87519fb31c9eebb567378199c6b79ac419f09db14c6fca1ca6f18a3ba8389af4" +content-hash = "9f476c77db8ab5c915e2a1b04323e2a624ada1684abf3b02e43da593c786d7bf" diff --git a/api/pyproject.toml b/api/pyproject.toml index 064cd642f49..faacbe56469 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -34,7 +34,7 @@ huggingface-hub = "^0.26.1" requests = "^2.32.3" langchain = "^0.0.180" loguru = "^0.7.2" -redis = {extras = ["hiredis"], version = "^5.1.1"} +redis = {extras = ["hiredis"], version = "^5.2.0"} pytest = "^8.3.3" hypercorn = {extras = ["trio"], version = "^0.17.3"}