From 40dd4b62f6652ef40958193d98d0dcee5e2cb186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:11:46 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 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.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index cbd874fdb..07f58391e 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -3,5 +3,5 @@ scipy==1.7.3 # numpy 1.22 seems to be missing packages for python 3.7, so we'll stay with # 1.21.6 until python 3.7 is dropped -numpy==1.21.6 +numpy==1.22.0 pillow==9.1.0