From 023e0cb657f89390c9d60c31158febc86700c475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 07:45:35 +0000 Subject: [PATCH] Chore(deps): Bump sentry-sdk from 2.23.1 to 2.29.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.23.1 to 2.29.1. - [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.23.1...2.29.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.29.1 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 7779d122..37121266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "pyyaml==6.0.1", "redis[hiredis]==5.2.1", "requests==2.32.3", - "sentry-sdk==2.23.1", + "sentry-sdk==2.29.1", "setproctitle==1.3.5", "setuptools>=70.3", "sqlalchemy[mypy]==1.4.52",