From 991b3817b62bd174baae4efe841e172ebe76a482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:09:43 +0000 Subject: [PATCH] deps(deps): bump prometheus-client from 0.19.0 to 0.26.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.19.0 to 0.26.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.19.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9950da5..673e0c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "skops>=0.10.0", "scipy==1.13.0", "mlflow==2.14.1", - "prometheus-client==0.19.0", + "prometheus-client==0.26.0", "psutil==5.9.8", "redis==5.0.3", "aiokafka==0.8.1",