From 8c6ec5867e77e92bfc58dba31187475792d9a264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:15:10 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.3.1 to 1.41.0 in /app Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.3.1 to 1.41.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.3.1...1.41.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index a9791fc3..6ddd4df8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -9,7 +9,7 @@ django-cors-headers==3.11.0 drf-spectacular==0.17.3 # Logging -sentry-sdk==1.3.1 +sentry-sdk==1.41.0 # Testing freezegun==1.2.1