From d6cacd39c80f27c3eaf406482635a29b273a5281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 01:56:43 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 2.29.1 to 2.33.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.29.1 to 2.33.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.29.1...2.33.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.33.2 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 e48023ef2..2779d2191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ # Utility dependencies "colorlog>=6.9.0", "psutil>=5.8.0", - "sentry-sdk==2.29.1", + "sentry-sdk==2.33.2", "humanize>=4.10.0", ]