From 2d783bccde51ba882626f400dc61750d800c9780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 18:03:20 +0000 Subject: [PATCH] Update sentry requirement from ~=23.3.1 to ~=23.5.0 in /decoder Updates the requirements on [sentry](https://github.com/getsentry/sentry) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry/releases) - [Changelog](https://github.com/getsentry/sentry/blob/master/CHANGES) - [Commits](https://github.com/getsentry/sentry/compare/23.3.1...23.5.0) --- updated-dependencies: - dependency-name: sentry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- decoder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder/requirements.txt b/decoder/requirements.txt index 55b33cc..fe90f38 100644 --- a/decoder/requirements.txt +++ b/decoder/requirements.txt @@ -5,5 +5,5 @@ gdal>=3.2.2 pillow>=9.2.0 requests>=2.25.1 numpy~=1.24.2 -sentry~=23.3.1 +sentry~=23.5.0 ./blobdetector