From 98e4b0c39aa743262eaf6a3bb0e39316edfa76d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:24:49 +0000 Subject: [PATCH] fix: bump prometheus-client from 0.20.0 to 0.21.1 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-test/requirements.txt b/python-test/requirements.txt index 2f443d1c1..62fd2f01a 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -11,6 +11,6 @@ deepdiff==7.0.1 jsonschema==4.23.0 mkdocs==1.6.0 mkdocs-material==9.5.31 -prometheus-client==0.20.0 +prometheus-client==0.21.1 psutil==6.0.0 webdriver-manager==4.0.2