From c744105988d8e33b08c8e93132d2fa958bb5210d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:21:14 +0000 Subject: [PATCH] Bump sentry-sdk from 0.14.4 to 2.8.0 in /backend Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.14.4 to 2.8.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/0.14.4...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 191871e1..e72d3818 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ pytz==2020.1 PyYAML==5.3.1 regex==2020.5.14 requests==2.23.0 -sentry-sdk==0.14.4 +sentry-sdk==2.8.0 six==1.14.0 sqlparse==0.3.1 testfixtures==6.14.1