From dca825318ec0d758a771528ea5dda5b70dddeb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:49:32 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 0.13.1 to 2.12.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.13.1 to 2.12.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.13.1...2.12.0) --- 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 328040c..d852f12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -sentry_sdk==0.13.1 +sentry_sdk==2.12.0 pyTelegramBotAPI>=3.6.6