From 6ab7f2d6dd5b339e66faf7490e3cade0c6f18a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:48:42 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 in /src/panet Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/panet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panet/requirements.txt b/src/panet/requirements.txt index c07438c..5953288 100644 --- a/src/panet/requirements.txt +++ b/src/panet/requirements.txt @@ -3,7 +3,7 @@ cycler==0.10.0 Cython==0.29.6 kiwisolver==1.0.1 matplotlib==3.0.3 -numpy==1.16.2 +numpy==1.22.0 opencv-python==4.0.0.21 packaging==19.0 pkg-resources==0.0.0