From 20e4b8e856f0745c06f1e606a07e77a093381e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 18:01:59 +0000 Subject: [PATCH] pip: bump prometheus-client from 0.11.0 to 0.13.1 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.11.0 to 0.13.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.11.0...v0.13.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c962909..5230bab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Flask==2.0.2 flask-healthz==0.0.3 Flask-HTTPAuth==4.5.0 gunicorn==20.1.0 -prometheus-client==0.11.0 +prometheus-client==0.13.1 requests==2.27.1 retry==0.9.2 \ No newline at end of file