From 1630126780fe1e5483c0f685caebcaaaf9acefa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:47:52 +0200 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 3 updates (#1006) Bumps the production-dependencies group with 3 updates in the /metrics-exporter directory: [prometheus-client](https://github.com/prometheus/client_python), [structlog](https://github.com/hynek/structlog) and [redis](https://github.com/redis/redis-py). Updates `prometheus-client` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.0...v0.21.0) Updates `structlog` from 24.2.0 to 24.4.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.2.0...24.4.0) Updates `redis` from 5.0.7 to 5.1.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/v5.0.7...v5.1.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-minor 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- metrics-exporter/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metrics-exporter/requirements.txt b/metrics-exporter/requirements.txt index 30de1deb8..ec5c5547e 100644 --- a/metrics-exporter/requirements.txt +++ b/metrics-exporter/requirements.txt @@ -1,4 +1,4 @@ -prometheus-client==0.20.0 -structlog==24.2.0 +prometheus-client==0.21.0 +structlog==24.4.0 celery==5.4.0 -redis==5.0.7 \ No newline at end of file +redis==5.1.0 \ No newline at end of file