From 801fff98cb314f9257d4bf13a5287ce8786351f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 01:57:37 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 2.29.1 to 2.32.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.29.1 to 2.32.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.29.1...2.32.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.32.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 926332dd0..79f149d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ # Utility dependencies "colorlog>=6.9.0", "psutil>=5.8.0", - "sentry-sdk==2.29.1", + "sentry-sdk==2.32.0", "humanize>=4.10.0", ]