From 6d8ea82c32826502df60ea90fe0161c1171ab8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:48:40 +0000 Subject: [PATCH] Bump sentry-sdk from 1.26.0 to 1.29.2 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.26.0 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.26.0...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 48b73178..1440fc41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gidgethub==5.3.0 cachetools==5.3.1 redis==4.6.0 celery==5.3.1 -sentry-sdk==1.26.0 +sentry-sdk==1.29.2 click==8.1.3 # workaround for celery/kombu#1600