From deca847ec7f2bcb6cf7c42ba553a61999d0cba39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:31:07 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /pytrading Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pytrading/Py_Trading.egg-info/requires.txt | 2 +- pytrading/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytrading/Py_Trading.egg-info/requires.txt b/pytrading/Py_Trading.egg-info/requires.txt index a6ec62c..1c3e064 100644 --- a/pytrading/Py_Trading.egg-info/requires.txt +++ b/pytrading/Py_Trading.egg-info/requires.txt @@ -19,7 +19,7 @@ lxml>=4.6.3 MarkupSafe==1.1.1 matplotlib==3.3.3 mplfinance==0.12.7a5 -numpy==1.19.5 +numpy==1.22.0 oauthlib==3.1.0 openpyxl==3.0.6 pandas==1.2.1 diff --git a/pytrading/setup.py b/pytrading/setup.py index 1f988d6..d679fff 100644 --- a/pytrading/setup.py +++ b/pytrading/setup.py @@ -41,7 +41,7 @@ 'MarkupSafe==1.1.1', 'matplotlib==3.3.3', 'mplfinance==0.12.7a5', - 'numpy==1.19.5', + 'numpy==1.22.0', 'oauthlib==3.1.0', 'openpyxl==3.0.6', 'pandas==1.2.1',