From 6c36ab58815d343b51dba348a5b20501da0bc348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:19:54 +0000 Subject: [PATCH] Bump numpy from 1.20.1 to 1.22.0 in /src/gui/Hyram.PythonDirectory Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/gui/Hyram.PythonDirectory/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/Hyram.PythonDirectory/requirements.txt b/src/gui/Hyram.PythonDirectory/requirements.txt index 7366a93..1c64839 100644 --- a/src/gui/Hyram.PythonDirectory/requirements.txt +++ b/src/gui/Hyram.PythonDirectory/requirements.txt @@ -7,7 +7,7 @@ imageio==2.9.0 kiwisolver==1.3.1 matplotlib==3.3.4 networkx==2.5 -numpy==1.20.1 +numpy==1.22.0 pandas==1.2.3 Pillow==8.1.1 pycparser==2.20