From 1f4bf1e848b760b70758834cb4cefcead12dd50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 10:51:32 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.21.0 in /binder Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.21.0. - [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.18.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 047b8618..df1d3b7c 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -56,7 +56,7 @@ nbformat==5.1.2; python_full_version >= "3.6.1" and python_version >= "3.6" nbsphinx==0.7.1; python_version >= "3" nest-asyncio==1.5.1; python_full_version >= "3.6.1" and python_version >= "3.6" netcdf4==1.5.6; python_version >= "3.7" -numpy==1.18.5; python_version >= "3.5" +numpy==1.21.0; python_version >= "3.5" opt-einsum==3.3.0; python_version >= "3.5" oset==0.1.3 packaging==20.9; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"