From 777b0570c69e974116da1d656ca7f5f93b70b3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:29:01 +0000 Subject: [PATCH] chore(deps): bump prometheus-client from 0.16.0 to 0.21.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.16.0 to 0.21.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.16.0...v0.21.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chainguard/requirements.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chainguard/requirements.txt b/chainguard/requirements.txt index d281670..4aa1c1d 100644 --- a/chainguard/requirements.txt +++ b/chainguard/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 redis==5.1.0b7 -prometheus-client==0.16.0 +prometheus-client==0.21.0 Werkzeug==3.0.4 \ No newline at end of file diff --git a/src/requirements.txt b/src/requirements.txt index d281670..4aa1c1d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 redis==5.1.0b7 -prometheus-client==0.16.0 +prometheus-client==0.21.0 Werkzeug==3.0.4 \ No newline at end of file