From 1290af148f7e7e714ca31612a73740d25d7ec231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:10:04 +0000 Subject: [PATCH] Bump sentry-sdk from 1.14.0 to 2.8.0 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] --- depthai_sdk/requirements.txt | 2 +- requirements-optional.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/depthai_sdk/requirements.txt b/depthai_sdk/requirements.txt index 0d6cdcd64..2000bddb8 100644 --- a/depthai_sdk/requirements.txt +++ b/depthai_sdk/requirements.txt @@ -8,6 +8,6 @@ depthai PyTurboJPEG==1.6.4 marshmallow==3.17.0 xmltodict -sentry-sdk==1.21.0 +sentry-sdk==2.8.0 depthai-pipeline-graph==0.0.5 ahrs==0.3.1 diff --git a/requirements-optional.txt b/requirements-optional.txt index f9021f608..72b8dc3a2 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1,7 +1,7 @@ open3d==0.10.0.0; platform_machine != "armv6l" and platform_machine != "armv7l" and python_version < "3.9" and platform_machine != "aarch64" ffmpy3==0.2.4 pyusb==1.2.1 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 # Needed for Replay functionality (for Readers) mcap>=0.0.10