From 7d03a8ac9e45592553a2e8d396035c1cd99caa82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:54:21 +0000 Subject: [PATCH] Chore(deps): Bump sentry-sdk from 1.34 to 2.17.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.34 to 2.17.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/1.34.0...2.17.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f4d9426..f2a9e6a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pyyaml==6.0.1", "redis[hiredis]==5.0.1", "requests==2.31", - "sentry-sdk==1.34", + "sentry-sdk==2.17.0", "setproctitle==1.3.3", "setuptools>=70.3", "sqlalchemy[mypy]==1.4.52",