From f911b47b971b3d875ed15015ea06700e42c0e942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:15:49 +0000 Subject: [PATCH] chore(deps): bump prometheus-api-client in /monitoring_flask_backend Bumps [prometheus-api-client](https://github.com/4n4nd/prometheus-api-client-python) from 0.5.4 to 0.7.0. - [Release notes](https://github.com/4n4nd/prometheus-api-client-python/releases) - [Changelog](https://github.com/4n4nd/prometheus-api-client-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/4n4nd/prometheus-api-client-python/compare/v0.5.4...v0.7.0) --- updated-dependencies: - dependency-name: prometheus-api-client dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- monitoring_flask_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring_flask_backend/requirements.txt b/monitoring_flask_backend/requirements.txt index 1d0133b..329d6fe 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -1,5 +1,5 @@ Flask==3.1.3 -prometheus-api-client==0.5.4 +prometheus-api-client==0.7.0 python-dateutil==2.9.0.post0 gunicorn==25.1.0 requests==2.33.0