From 8c4b862ead76c65ca8cae7829c711a368d0e8cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:20:36 +0000 Subject: [PATCH] Bump sentry-sdk from 2.6.0 to 2.8.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.6.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/2.6.0...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 755cc96..33c83a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "munch==4.0.0", "python-telegram-bot==21.3", "peewee==3.17.5", - "sentry-sdk==2.6.0", + "sentry-sdk==2.8.0", ] requires-python = "==3.10.*" authors = [