From 02e5816186f172ff7c341e7b82df0ed9a97aa8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:24:15 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 2.28.0 to 2.29.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.28.0 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.28.0...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 2f0dd094f..2e8d62589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "rustworkx>=0.15.1", "typing-extensions>=4.12.2", "termcolor>=2.4.0", - "sentry-sdk==2.28.0", + "sentry-sdk==2.29.1", "click>=8.1.7", "requests>=2.32.3", "lazy-object-proxy>=0.0.0",