From a382e007a91b7d41e4b74160048f866a3f991eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:42:49 +0000 Subject: [PATCH] Bump redis in /example/timestamp-as-a-service/services/web Bumps [redis](https://github.com/redis/redis-py) from 3.2.1 to 4.4.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/3.2.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/timestamp-as-a-service/services/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/timestamp-as-a-service/services/web/requirements.txt b/example/timestamp-as-a-service/services/web/requirements.txt index dcc7bdf..38345ec 100644 --- a/example/timestamp-as-a-service/services/web/requirements.txt +++ b/example/timestamp-as-a-service/services/web/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.4.4 Werkzeug==0.15.3