From 68f1c2b55e9ab6dc4fb0c2a811247216b886fe5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 04:30:00 +0000 Subject: [PATCH] Update prometheus-client requirement from ~=0.22.1 to ~=0.23.1 Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python) to permit the latest version. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.22.1...v0.23.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index 5153dbc..d978e35 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -6,5 +6,5 @@ requests pytz aiohttp~=3.12.7 discordhealthcheck~=0.1.1 -prometheus_client~=0.22.1 +prometheus_client~=0.23.1 pyyaml~=6.0