From ea82c919897a5341f547ae5f95c6d1d04388d318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:35:00 +0000 Subject: [PATCH] Bump sentry-sdk from 1.5.10 to 1.29.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.5.10 to 1.29.2. - [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.5.10...1.29.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9845cb91..5b2eb4c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ pytz==2022.4 # djangorestframework requests==2.27.1 # via coreapi -sentry-sdk==1.5.10 +sentry-sdk==1.29.2 # via screamshotter (setup.py) sqlparse==0.4.2 # via django