From bbc15dc7c6ee1eef5dc228b79684a0aa32552c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:37:09 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 2.29.1 to 2.35.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.29.1 to 2.35.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.29.1...2.35.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.35.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 738e2d43f..d441e6a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ # Utility dependencies "colorlog>=6.9.0", "psutil>=5.8.0", - "sentry-sdk==2.29.1", + "sentry-sdk==2.35.1", "humanize>=4.10.0", ]