From 02a13cf8ddcb83d095e24c0e6cc236a1e2f42425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:49:43 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.docs.python3.5.txt | 2 +- requirements.docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.docs.python3.5.txt b/requirements.docs.python3.5.txt index 4ddf747..15a3ac6 100644 --- a/requirements.docs.python3.5.txt +++ b/requirements.docs.python3.5.txt @@ -1,7 +1,7 @@ # used for unit tests in python 3.5 only # the config is separate because latest CoolProp is broken in python 3.5 scipy==1.3.1 -numpy==1.17.2 +numpy==1.22.0 CoolProp==6.2.1 jupyter==1.0.0 pandas==0.25.1 diff --git a/requirements.docs.txt b/requirements.docs.txt index e8eb44b..80215e0 100644 --- a/requirements.docs.txt +++ b/requirements.docs.txt @@ -1,5 +1,5 @@ scipy==1.5.2 -numpy==1.19.1 +numpy==1.22.0 CoolProp==6.4.1 jupyter==1.0.0 pandas==1.1.0