From c3eaab7fef240d80d20c2ea5b77b5cd329b187ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:13:16 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.3.1 to 1.43.0 in /app Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.3.1 to 1.43.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.43.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..1d428f14 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.43.0 # Testing freezegun==1.2.1