From 58677a0aff4e174ddaf4209897a2ef28c311a81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:28:25 +0000 Subject: [PATCH] Bump redis from 4.5.1 to 4.5.4 in /samples/specialist-workshop/code 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] --- samples/specialist-workshop/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/specialist-workshop/code/requirements.txt b/samples/specialist-workshop/code/requirements.txt index 4a18688..3f6d10a 100644 --- a/samples/specialist-workshop/code/requirements.txt +++ b/samples/specialist-workshop/code/requirements.txt @@ -1,4 +1,4 @@ -redis==4.5.1 +redis==4.5.4 img2vec-pytorch==1.0.1 -f https://download.pytorch.org/whl/torch_stable.html torch==1.13.1