From ee24b1784a47b00bb944689016c3830ef2f99adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:49:18 +0000 Subject: [PATCH] Bump sentry-sdk from 1.11.1 to 1.14.0 in /backend Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.11.1 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/1.11.1...1.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 61de790..a84a651 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ pyexcelerate==0.10.0 lxml==4.9.1 pydantic==1.10.2 python-multipart==0.0.5 -sentry_sdk==1.11.1 +sentry_sdk==1.14.0 asyncpg==0.27.0 tortoise-orm==0.19.2 aerich==0.7.1