From 8106a52de71666d1c900c47219404ca44b374a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:13:29 +0000 Subject: [PATCH] Bump sentry-sdk from 2.18.0 to 2.41.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.18.0 to 2.41.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.18.0...2.41.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..010c71a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -244,7 +244,7 @@ dependencies = [ "pytz ==2024.2", "rich ==13.9.4", "sentry_dramatiq ==0.3.3", - "sentry-sdk ==2.18.0", + "sentry-sdk ==2.41.0", "sqlalchemy[mypy] ==2.0.36", "sqlalchemy-utils ==0.41.2", "typer ==0.12.5",