From f05615e6e41e61a99de6119108c05282d47fa13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 07:31:20 +0000 Subject: [PATCH] Bump sentry-sdk from 1.14.0 to 2.8.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.14.0 to 2.8.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.14.0...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0dfc9e0..6e98123 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,7 +110,7 @@ python-dotenv==0.20.0 # pytest-dotenv requests==2.27.1 # via -r requirements.in -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 # via -r requirements.in shortuuid==1.0.8 # via django-markdownfield @@ -123,7 +123,9 @@ sqlparse==0.4.2 tinycss2==1.1.1 # via bleach tomli==2.0.1 - # via pytest + # via + # black + # pytest urllib3==1.26.15 # via # requests