From 77e8a8b7e0237458c61268d6b43d8b5aa54f9493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:37:02 +0000 Subject: [PATCH] Bump sentry-sdk from 0.19.4 to 1.14.0 in /src Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.19.4 to 1.14.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/0.19.4...1.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 0df5f45..c12bd29 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -41,7 +41,7 @@ Pygments==2.6.1 pylint==2.6.0 python-decouple==3.3 pytz==2020.1 -sentry-sdk==0.19.4 +sentry-sdk==1.14.0 six==1.15.0 sqlparse==0.3.1 toml==0.10.1