From 04a16cc5092e63061836f8571fbf8044c89baae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:42:21 +0000 Subject: [PATCH] Bump sentry-sdk from 2.10.0 to 2.12.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.10.0 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-all.txt b/requirements-all.txt index 8b793b72..fdd3ca58 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -14,5 +14,5 @@ hyperlink==21.0.0 markdown==3.6 oauthlib[signedtoken]==3.2.2 Pillow==10.4.0 -sentry-sdk==2.10.0 +sentry-sdk==2.12.0 setuptools_scm[toml]==8.1.0 diff --git a/setup.cfg b/setup.cfg index dc1132c5..84395c3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ packages = find: [options.extras_require] sentry = - sentry-sdk==2.10.0 + sentry-sdk==2.12.0 dev = black==24.4.2 build==1.2.1