From 11cec81264a5a3bfb3a2f9898bb7b2855ffad04b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 12:01:41 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.19.5 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.19.5. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.2...v1.19.5) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3a148f7..a2b2e62d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jmespath==0.9.4 # via boto3, botocore loudml-python==1.6.3 markupsafe==1.1.1 # via jinja2 networkx==2.2 -numpy==1.18.2 +numpy==1.19.5 pebble==4.4.0 pycrypto==2.6.1 pymongo==3.10.1 diff --git a/setup.py b/setup.py index c34cec9d..3d734117 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(): 'h5py==2.10.0', 'hyperopt>=0.1', 'networkx==2.2', - 'numpy==1.18.2', + 'numpy==1.19.5', 'pycrypto>=2.6.1', 'voluptuous==0.11.7', 'dictdiffer>=0.7.1',