From 0db32358d06ce8b147f8c8df7a803f73fcfca8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:20:18 +0000 Subject: [PATCH] Bump prometheus-client from 0.22.0 to 0.22.1 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.22.0 to 0.22.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 218a0eb85..c83a01c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "itsdangerous", "Jinja2==3.1.6", "orjson==3.10.18", - "prometheus-client==0.22.0", + "prometheus-client==0.22.1", "psycopg2-binary==2.9.10", "pydantic[email]~=2.8.2", "pydantic-settings~=2.9.1",