From 8f6286474ead0243321d34fe1230fd4737fce58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 04:21:29 +0000 Subject: [PATCH] Update numpy requirement from <1.20,>=1.19.0 to >=1.19.0,<1.22 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.0...v1.21.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 f18077f..0c65b7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ nbtlib>=1.7.0,<1.9 -numpy>=1.19.0,<1.20 +numpy>=1.19.0,<1.22