From 52b9c7c3d03d879b4544d48a26b85ce5a92ab809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 04:54:27 -0500 Subject: [PATCH] Update sentry-sdk[fastapi] requirement from ~=2.18.0 to ~=2.22.0 (#854) Updates the requirements on [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.18.0...2.22.0) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 155e5a960..a2b38088f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pytz==2025.1", "redis==5.0.3", "schedule==1.1.0", - "sentry-sdk[fastapi]~=2.18.0", + "sentry-sdk[fastapi]~=2.22.0", "SQLAlchemy==2.0.38", "SQLAlchemy-Utils==0.41.2", "structlog",