From 51c4246922a7e6ca37b9ee1d3c3ff19c79956f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:27:20 +0000 Subject: [PATCH] :arrow_up: Update numpy requirement from ~=1.24.4 to ~=1.26.0 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.4...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45c5ac57..fb97d54a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Python packages requirements Pillow~=9.5.0 # Image generation pyserial~=3.5 # Serial linl to communicate with the display -numpy~=1.24.4 # Efficient image serialization +numpy~=1.26.0 # Efficient image serialization PyYAML~=6.0.1 # For themes files psutil~=5.9.5 # CPU / disk / network metrics GPUtil~=1.4.0 # Nvidia GPU