From 540eb83e0caa02192d7082b2e4a046d39ba18c05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:58:21 +0000 Subject: [PATCH] chore(deps): update dependency numpy to >=1.24.1,<1.25 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a01ebb82..43b4ffcbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic>=1.8.1, <1.11 PyYAML>=5.0.0, <6.1 jinja2>=2.11.1, <3.2 visions[type_image_path]==0.7.5 -numpy>=1.16.0,<1.24 +numpy>=1.24.1,<1.25 # Could be optional # Related to HTML report htmlmin==0.1.12