From 3f57a5658170e6b30a6abcce1ad27993be239356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:19:48 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 2.29.1 to 2.42.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.29.1 to 2.42.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.42.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.42.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..c5b7e9f72 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.42.1", "humanize>=4.10.0", ]