From 0d809a82e4ac132fee01073f92ddff2fd81783e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:06:49 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cpu_requirements.txt | 2 +- gpu_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu_requirements.txt b/cpu_requirements.txt index 6acd53c..d2b53f0 100644 --- a/cpu_requirements.txt +++ b/cpu_requirements.txt @@ -1,6 +1,6 @@ jsonschema==2.6.0 matplotlib==3.2.1 -numpy==1.18.2 +numpy==1.22.0 opencv-python==3.4.0.12 Pillow==8.1.1 PyQt5==5.14.2 diff --git a/gpu_requirements.txt b/gpu_requirements.txt index 8d20cfe..340c702 100644 --- a/gpu_requirements.txt +++ b/gpu_requirements.txt @@ -1,6 +1,6 @@ jsonschema==2.6.0 matplotlib==3.2.1 -numpy==1.18.2 +numpy==1.22.0 opencv-python==3.4.0.12 Pillow==8.1.1 PyQt5==5.14.2