From 6889aa2143deb99900a32fbe814ae681f85489ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:08:44 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.20.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 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.20.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c55b6c..ca186a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cffi==1.14.4 future==0.18.2 kociemba==1.2.1 -numpy==1.20.1 +numpy==1.22.0 opencv-python==4.5.1.48 opencv-contrib-python==4.5.1.48 pycparser==2.20