From 5cdc52cb21ea30a9902c4a116025de11482b4070 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Apr 2023 18:03:51 +0000
Subject: [PATCH] Update numpy requirement from ~=1.24.2 to ~=1.24.3 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.24.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 decoder/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/decoder/requirements.txt b/decoder/requirements.txt
index 55b33cc..519563f 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.24.3
 sentry~=23.3.1
 ./blobdetector