From 1ccd5dccf011ea0c3294ab6d00958478edec758d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:04:26 +0000 Subject: [PATCH] chore(deps): bump prometheus-client in /deployment/eventPublisher Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deployment/eventPublisher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/eventPublisher/requirements.txt b/deployment/eventPublisher/requirements.txt index 31bf795..90546f2 100644 --- a/deployment/eventPublisher/requirements.txt +++ b/deployment/eventPublisher/requirements.txt @@ -1,5 +1,5 @@ Flask==3.1.3 -prometheus_client==0.25.0 +prometheus_client==0.26.0 Werkzeug==3.1.8 confluent_kafka==2.14.2 asn1tools==0.167.0