From f9a1430fa1afa7febab50a5250cc5897f8dddbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:35:26 +0000 Subject: [PATCH] Update numpy requirement in the python-packages group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.2.3 - [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/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 905111b..33684bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ opencv_python~=4.11.0.86 requests~=2.32.3 -numpy~=2.2.2 +numpy~=2.2.3 colorlog~=6.9.0 pystray~=0.19.5 PyAutoGUI~=0.9.54