From 91a69fb9a8b5b3ffeacd6b3ddb8527ffd0f69749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:55:37 +0000 Subject: [PATCH] Bump sentry-sdk from 1.31.0 to 1.45.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.31.0 to 1.45.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.31.0...1.45.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 1.45.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6b8a0a8..9604064 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ python-telegram-bot = "==13.14" pymongo = "==4.5.0" google-cloud-translate = "==3.12.0" google-cloud-speech = "==2.21.0" -sentry-sdk = "==1.31.0" +sentry-sdk = "==1.45.1" Pillow = "==10.0.1" toml = "==0.10.2" pip-install = "==1.3.5"