From b3adca8988e3975767fe583c1000828c96ba53d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 07:24:42 +0000 Subject: [PATCH] Chore(deps): Bump sentry-sdk from 2.23.1 to 2.27.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.23.1 to 2.27.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.27.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.27.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 7779d122..d8322194 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.27.0", "setproctitle==1.3.5", "setuptools>=70.3", "sqlalchemy[mypy]==1.4.52",