From fcb3f8dd03a595d427144f85c55739515723aa87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:27:43 +0000 Subject: [PATCH] chore(deps/python): bump prometheus-client Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.20.0 to 0.26.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.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] --- services/python-aml-scorer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python-aml-scorer/requirements.txt b/services/python-aml-scorer/requirements.txt index 9c3d9952..0a35fc6b 100644 --- a/services/python-aml-scorer/requirements.txt +++ b/services/python-aml-scorer/requirements.txt @@ -5,6 +5,6 @@ numpy==1.26.4 joblib==1.4.2 scikit-learn==1.5.2 pydantic==2.9.2 -prometheus-client==0.20.0 +prometheus-client==0.26.0 python-dotenv==1.0.1 pytest==8.3.5