From 8ca3fa46fa58b75b0acdade834a04847a630a6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:56:36 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea931bc4..a63bf424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ matplotlib==3.5.1 natsort==6.0.0 nose==1.3.7 numcodecs -numpy==1.21.0 +numpy==1.22.0 opencv-python==4.2.0.32 pandas==1.1.5 protobuf==3.20.1 diff --git a/requirements_docker.txt b/requirements_docker.txt index ea21f2e9..5d4d3f9b 100644 --- a/requirements_docker.txt +++ b/requirements_docker.txt @@ -3,7 +3,7 @@ matplotlib==3.5.1 natsort==6.0.0 nose==1.3.7 numcodecs -numpy==1.21.0 +numpy==1.22.0 opencv-python==4.4.0.40 pandas==0.24.2 protobuf==3.20.1