From 83ab581e4241e454d3b737011f8ce3e51c1de0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:17:12 +0000 Subject: [PATCH] Bump sentry-sdk from 2.19.2 to 2.24.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.19.2 to 2.24.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.19.2...2.24.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-frozen.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index e7255cdad..7bb1a057d 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -25,7 +25,7 @@ pypresence==4.3.0 pygal==3.0.5 CairoSVG==2.7.1 psutil==6.1.1 -sentry-sdk==2.19.2 +sentry-sdk==2.24.1 cairocffi>=1.6.1 packaging wheel # setuptools-dso (via tilequant) needs that at runtime diff --git a/requirements.txt b/requirements.txt index a6cf21893..96cdbca6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pypresence==4.3.0 pygal==3.0.5 CairoSVG==2.7.1 psutil==6.1.1 -sentry-sdk==2.19.2 +sentry-sdk==2.24.1 packaging wheel importlib_metadata>=4.6; python_version < "3.10"