From 4a14eccddb1edb5f2f3e0ea02c3a3ae8a955a736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:24:08 +0000 Subject: [PATCH] chore(deps): bump the monitoring group across 1 directory with 2 updates Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python) and [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. Updates `prometheus-client` to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.20.0...v0.25.0) Updates `sentry-sdk` to 2.58.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.57.0...2.58.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production dependency-group: monitoring - dependency-name: sentry-sdk dependency-version: 2.58.0 dependency-type: direct:production dependency-group: monitoring ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec6191d..e0cb31f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,12 +9,12 @@ dependencies = [ "flask-limiter>=3.8.0", "gunicorn>=25.3.0", "peewee>=3.17.0,<4.0", - "prometheus-client>=0.20.0", + "prometheus-client>=0.25.0", "psycopg2-binary>=2.9.11", "pydantic>=2.12.5", "python-dotenv>=1.2.2", "redis>=5.0.0", - "sentry-sdk[flask]>=2.57.0", + "sentry-sdk[flask]>=2.58.0", "email-validator>=2.0.0", "pytest>=9.0.2", "pytest-cov>=7.1.0",