From 2e0d6575f826cef9940476d0706290f64bfc423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:33:24 +0000 Subject: [PATCH] Bump sentry-sdk from 2.10.0 to 2.15.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.10.0 to 2.15.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.10.0...2.15.0) --- 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 1774a355d..9b7ab1804 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -25,7 +25,7 @@ pypresence==4.3.0 pygal==3.0.4 CairoSVG==2.7.1 psutil==6.0.0 -sentry-sdk==2.10.0 +sentry-sdk==2.15.0 cairocffi>=1.6.1 packaging wheel # setuptools-dso (via tilequant) needs that at runtime diff --git a/requirements.txt b/requirements.txt index 38bfcc668..4f9e4fbc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pypresence==4.3.0 pygal==3.0.4 CairoSVG==2.7.1 psutil==6.0.0 -sentry-sdk==2.10.0 +sentry-sdk==2.15.0 packaging wheel importlib_metadata>=4.6; python_version < "3.10"