From a1eb81ffa349fc5a6288603fa98bfae7bb31b08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:52:41 +0000 Subject: [PATCH] Bump sentry-sdk from 2.18.0 to 2.19.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.18.0 to 2.19.2. - [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.19.2) --- updated-dependencies: - dependency-name: sentry-sdk 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..bceba8f2 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.19.2", "sqlalchemy[mypy] ==2.0.36", "sqlalchemy-utils ==0.41.2", "typer ==0.12.5",