From b334d5179680ac1aaf8f86aff3b352f8fc2c97d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 07:58:47 +0000 Subject: [PATCH] Chore(deps): Bump sentry-sdk from 2.22.0 to 2.23.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.22.0 to 2.23.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.22.0...2.23.1) --- updated-dependencies: - dependency-name: sentry-sdk 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 e28fc09a4..53098ed46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pyyaml==6.0.1", "redis[hiredis]==5.2.1", "requests==2.32.3", - "sentry-sdk==2.22.0", + "sentry-sdk==2.23.1", "setproctitle==1.3.5", "setuptools>=70.3", "sqlalchemy[mypy]==1.4.52",