From 8cb24d05f58b0954e5b19499a4ad1ab40ee45611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:31:05 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.14.0 to 2.8.0 in /requirements 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/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 31ecca9..5b68726 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,6 +16,6 @@ mysqlclient==2.1.1 pytest==6.2.4 python-telegram-bot==13.7 requests==2.32.2 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 urllib3==1.26.19 whitenoise==6.0.0 \ No newline at end of file