From 24e0d59a6c39ec008c11a77746ecc9e724e7d175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:39:02 +0000 Subject: [PATCH] :arrow_up: Bump sentry-sdk from 1.14.0 to 2.8.0 in /server/configs Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.14.0 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/1.14.0...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/configs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/configs/requirements.txt b/server/configs/requirements.txt index 5e2da2347..2bf181c1a 100644 --- a/server/configs/requirements.txt +++ b/server/configs/requirements.txt @@ -52,7 +52,7 @@ cos-python-sdk-v5==1.7.4 minio==7.1.0 # for exception log -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 psutil==5.8.0 croniter==1.3.4