From 6678adb257c91b3ac7df1bf5f1fa61c5274808c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:29:06 +0000 Subject: [PATCH] chore(deps): bump prometheus-client in /src/services/processor Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.23.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.0...v0.23.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/services/processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/processor/requirements.txt b/src/services/processor/requirements.txt index c60c029..188ed62 100644 --- a/src/services/processor/requirements.txt +++ b/src/services/processor/requirements.txt @@ -1,5 +1,5 @@ pika==1.3.2 psycopg2-binary==2.9.9 jsonschema==4.20.0 -prometheus-client==0.19.0 +prometheus-client==0.23.1