From ef75ba3468461571b018d29f510e3b5b2ba67bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:34:04 +0000 Subject: [PATCH] Bump numpy from 1.19.0 to 1.22.0 in /support/requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 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.19.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- support/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/requirements/base.txt b/support/requirements/base.txt index 4ea3b73..34a5d4e 100644 --- a/support/requirements/base.txt +++ b/support/requirements/base.txt @@ -1,6 +1,6 @@ colorama==0.4.3 scipy==1.5.0 -numpy==1.19.0 +numpy==1.22.0 opencv-python==4.2.0.34 Pillow==7.2.0 PyYAML==5.3.1