From fc48656e1302541bb0afa9f0e4a6f87c2b74e6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:07:09 +0000 Subject: [PATCH] Bump sentry-sdk from 0.12.3 to 1.10.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.12.3 to 1.10.1. - [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/0.12.3...1.10.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a72c7625..e602a2dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,6 +33,6 @@ gunicorn==19.9.0 whitenoise==4.1.4 django-storages==1.7.1 boto3==1.9.98 -sentry-sdk==0.12.3 +sentry-sdk==1.10.1 factory_boy==2.12.0 django-basicauth==0.5.2