From db411624ba69fa4f980e4b36d5a5ad3fdef0f6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:03:43 +0000 Subject: [PATCH] Update numpy requirement from ~=1.24.2 to ~=1.25.0 in /decoder Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.2...v1.25.0) --- updated-dependencies: - dependency-name: numpy 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..9496009 100644 --- a/decoder/requirements.txt +++ b/decoder/requirements.txt @@ -4,6 +4,6 @@ gdal>=3.2.2 # pillow and requests versions are dependent on sentry pillow>=9.2.0 requests>=2.25.1 -numpy~=1.24.2 +numpy~=1.25.0 sentry~=23.3.1 ./blobdetector