From 60b09cec9c166d7a72c42b6ea06d7213ae07b562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:50:13 +0000 Subject: [PATCH] Bump prometheus-client from 0.20.0 to 0.21.0 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 050a3782..9cfe69f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ agents = [ "fastcore==1.7.4", "pydantic==2.8.2", "tenacity==9.0.0", - "prometheus-client==0.20.0", + "prometheus-client==0.21.0", "opentelemetry-distro==0.48b0", "opentelemetry-instrumentation-fastapi==0.48b0", "opentelemetry-instrumentation-logging==0.48b0",