From bdbf298edae907b3b508d5a6733fe1a7f18c46bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 07:07:52 +0000 Subject: [PATCH] Chore(deps): Bump sentry-sdk from 2.23.1 to 2.31.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.23.1 to 2.31.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.23.1...2.31.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.31.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 2f319de4..ebe34991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "pyyaml==6.0.1", "redis[hiredis]==5.2.1", "requests==2.32.3", - "sentry-sdk==2.23.1", + "sentry-sdk==2.31.0", "setproctitle==1.3.5", "setuptools>=70.3", "sqlalchemy[mypy]==1.4.52",