From 5be30a5331cdafd5120a2d6811c6ddd6a57c3e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:29:34 +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 915c06e..6f79177 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ bitmex bitmex-ws IBATS_BitMex_Feeder mysqlclient>=1.3.8 -numpy==1.14.4 +numpy==1.22.0 pandas==0.23.0 SQLAlchemy==1.2.8 diff --git a/setup.py b/setup.py index c13217f..0f6727b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'bitmex-ws', 'IBATS_BitMex_Feeder', 'mysqlclient>=1.3.8', - 'numpy==1.14.4', + 'numpy==1.22.0', 'pandas==0.23.0', 'SQLAlchemy==1.2.8', ])