From 9709d11d7f36ceab313a5e54704078a671c7dd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:53:44 +0000 Subject: [PATCH] build(deps): 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 28566f6..30605ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.9" dynamic = ["version"] dependencies = [ "vllm>=0.6.2", - "prometheus_client==0.20.0", + "prometheus_client==0.21.0", "grpcio==1.62.2", "grpcio-health-checking==1.62.2", "grpcio-reflection==1.62.2",