From ae5c02fc1d973a3d98d54276a449aee6748253f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:32:51 +0000 Subject: [PATCH] Update numpy requirement from >=1.22.2 to >=2.0.2 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.22.2...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements_drawers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_drawers.txt b/requirements/requirements_drawers.txt index c6fe4b1d..bc272af8 100644 --- a/requirements/requirements_drawers.txt +++ b/requirements/requirements_drawers.txt @@ -3,7 +3,7 @@ sklearn pynput matplotlib notus -numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +numpy>=2.0.2 # not directly required, pinned by Snyk to avoid a vulnerability scikit-learn>=0.24.2 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file