From f91092edc027bd937b92c4afe608e61dcc7ff611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:57:44 +0000 Subject: [PATCH] Bump sentry-sdk from 1.23.0 to 1.25.0 in /requirements Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.23.0 to 1.25.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.23.0...1.25.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 60cdfb0..193bd35 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,3 +1,3 @@ -r base.txt -sentry-sdk==1.23.0 # https://github.com/getsentry/sentry-python +sentry-sdk==1.25.0 # https://github.com/getsentry/sentry-python