From 9ea3b9499c1110f86a2e6130cd81de6856f247f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:26:09 +0000 Subject: [PATCH] Bump numpy from 1.14.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.4 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.14.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e41542..345d2c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ bitmex bitmex-ws IBATS_Common mysqlclient>=1.3.8 -numpy==1.14.4 +numpy==1.22.0 pandas==0.23.0 prodconpattern==0.1.1 redis==2.10.6 diff --git a/setup.py b/setup.py index aa2065d..77fa246 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'bitmex-ws', 'IBATS_Common', 'mysqlclient>=1.3.8', - 'numpy==1.14.4', + 'numpy==1.22.0', 'pandas==0.23.0', 'prodconpattern==0.1.1', 'redis==2.10.6',