From b3080154f25bde733ef6dded1d95cff8be783ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:23:24 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /Toolbox Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 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.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Toolbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Toolbox/requirements.txt diff --git a/Toolbox/requirements.txt b/Toolbox/requirements.txt old mode 100755 new mode 100644 index 4dddbefe..184732dd --- a/Toolbox/requirements.txt +++ b/Toolbox/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.8.2 bs4==0.0.1 imageio==2.8.0 -numpy==1.21.2 +numpy==1.22.0 Pillow==8.3.1 PyYAML==5.4.1 lxml==4.6.3