From 469540e316e8c101ad8244de0e6629f9005b80ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:28:22 +0000 Subject: [PATCH] Bump redis from 4.5.1 to 4.5.4 in /apps/chatbot-kickstarter 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] --- 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 220a615..c15d728 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.28.2 streamlit==1.20.0 streamlit_chat==0.0.2.2