From 5f5cf58589ff47ea12439c5c8e88baa9d27a8152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:47:59 +0000 Subject: [PATCH] Bump redis in /example/timestamp-as-a-service/services/api Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 to 4.5.3. - [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/3.2.1...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/timestamp-as-a-service/services/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/timestamp-as-a-service/services/api/requirements.txt b/example/timestamp-as-a-service/services/api/requirements.txt index dcc7bdf..e30c342 100644 --- a/example/timestamp-as-a-service/services/api/requirements.txt +++ b/example/timestamp-as-a-service/services/api/requirements.txt @@ -8,5 +8,5 @@ Flask==1.0.2 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 -redis==3.2.1 +redis==4.5.3 Werkzeug==0.15.3