From 2b356fea10ee5049a037382f0749ae74fba960d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:31:29 +0000 Subject: [PATCH] Update prometheus-client requirement from ~=0.16.0 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.16.0...v0.23.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be69ef7..71b9f78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ websockets~=15.0.1 httpx[http2]~=0.23 polling2~=0.5 toml~=0.10.2 -prometheus-client~=0.16.0 +prometheus-client~=0.23.1 speechmatics-python~=4.0.0