From acdc5c2abd7a9b4411009cdd4239e6cb5d19ce97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:42:55 -0700 Subject: [PATCH] Bump redis from 4.5.1 to 4.5.4 in /apps/chatbot-kickstarter (#705) Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.5.4. - [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.1...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/chatbot-kickstarter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chatbot-kickstarter/requirements.txt b/apps/chatbot-kickstarter/requirements.txt index dc7467f..a6239c7 100644 --- a/apps/chatbot-kickstarter/requirements.txt +++ b/apps/chatbot-kickstarter/requirements.txt @@ -1,7 +1,7 @@ numpy==1.24.2 openai==0.27.1 pandas==1.5.3 -redis==4.5.1 +redis==4.5.4 requests==2.31.0 streamlit==1.20.0 streamlit_chat==0.0.2.2