From 3f768f31912b08b6a02c8c5fd2f45f1976876022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 18:00:43 +0000 Subject: [PATCH] Update sentry requirement from ~=23.3.1 to ~=23.5.1 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.1) --- 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..5de3163 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.1 ./blobdetector