From 57099359f23a357e8ae91aad56961ceb5b741961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:42:03 +0000 Subject: [PATCH] Bump sentry-sdk from 2.3.1 to 2.8.0 (#27) Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 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.3.1...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b888d55..7ea049f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -119,7 +119,7 @@ respx==0.21.1 # via websockets-notification-py (pyproject.toml) ruff==0.4.8 # via websockets-notification-py (pyproject.toml) -sentry-sdk==2.3.1 +sentry-sdk==2.8.0 # via websockets-notification-py (pyproject.toml) six==1.16.0 # via diff --git a/requirements.txt b/requirements.txt index 1acda3f..e0ab2c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pyjwt==2.8.0 # via websockets-notification-py (pyproject.toml) python-dotenv==1.0.1 # via pydantic-settings -sentry-sdk==2.3.1 +sentry-sdk==2.8.0 # via websockets-notification-py (pyproject.toml) sniffio==1.3.1 # via