From 44da0a58c46ba51ea95478adde0e62a2405b20b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:23:51 +0000 Subject: [PATCH] chore(deps): bump redis from 4.6.0 to 5.0.0 in /metrics-exporter Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.0. - [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.6.0...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- metrics-exporter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-exporter/requirements.txt b/metrics-exporter/requirements.txt index 4ee40fa7e..2263f4a71 100644 --- a/metrics-exporter/requirements.txt +++ b/metrics-exporter/requirements.txt @@ -1,4 +1,4 @@ prometheus-client==0.17.1 structlog==23.1.0 celery==5.3.4 -redis==4.6.0 \ No newline at end of file +redis==5.0.0 \ No newline at end of file