From bea428c82101cf70438812ea1dae6b17e1b0af07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 08:42:56 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the /metrics-exporter directory: [prometheus-client](https://github.com/prometheus/client_python) and [redis](https://github.com/redis/redis-py). Updates `prometheus-client` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.0...v0.21.1) Updates `redis` from 5.1.0 to 5.2.1 - [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/v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- metrics-exporter/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics-exporter/requirements.txt b/metrics-exporter/requirements.txt index ec5c5547e..a7424887d 100644 --- a/metrics-exporter/requirements.txt +++ b/metrics-exporter/requirements.txt @@ -1,4 +1,4 @@ -prometheus-client==0.21.0 +prometheus-client==0.21.1 structlog==24.4.0 celery==5.4.0 -redis==5.1.0 \ No newline at end of file +redis==5.2.1 \ No newline at end of file