From 2c81bed8e0a68d2769e1f883cba8fec0c88005a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:01:11 +0000 Subject: [PATCH] Bump numpy from 1.23.4 to 1.24.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.24.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.23.4...v1.24.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... 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 08ba5c3d..4796a38d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.23.4 +numpy==1.24.0 plotly==5.11.0 pandas==1.5.1 ta==0.10.1 diff --git a/setup.py b/setup.py index ff1d5a27..8cc13a30 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'Bug Tracker': 'https://github.com/VladKochetov007/quick_trade/issues' }, install_requires=[ - 'numpy==1.23.4', + 'numpy==1.24.0', 'plotly==5.11.0', 'pandas==1.5.1', 'ta==0.10.1',