From f512900323f99137ca5f2917cf8398427583ed3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 04:34:10 +0000 Subject: [PATCH] Bump sentry-sdk from 1.32.0 to 2.4.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.32.0 to 2.4.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.32.0...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/django.txt b/requirements/django.txt index b6553bb4..2295693b 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -4,6 +4,6 @@ factory_boy>=3.0.1 faker==19.12.0 mysqlclient==2.2.1 pymemcache==4.0.0 -sentry-sdk==1.32.0 +sentry-sdk==2.4.0 sseclient==0.0.27 time_machine==2.13.0