From 9ce7b71bf8c6292250dff4f7bd31f5314bc6e9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:56:31 +0000 Subject: [PATCH] Bump sentry-sdk from 1.5.1 to 1.14.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.5.1 to 1.14.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.5.1...1.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index a1be88dd0..f9021f608 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.5.1 +sentry-sdk==1.14.0 # Needed for Replay functionality (for Readers) mcap>=0.0.10