From 5aaf65c88101b2036df0cdb0a2b9eeee0de1429d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:56:25 +0000 Subject: [PATCH] Bump numpy from 1.21 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21 to 1.22.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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- yoda.egg-info/requires.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 384dba5..9589e89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.10.0 calplot==0.1.7.3 Click==7.0 matplotlib==3.5.0 -numpy==1.21 +numpy==1.22.0 pandas==1.3.4 requests==2.22.0 setuptools==45.2.0 diff --git a/yoda.egg-info/requires.txt b/yoda.egg-info/requires.txt index 7cf034d..c570f30 100644 --- a/yoda.egg-info/requires.txt +++ b/yoda.egg-info/requires.txt @@ -2,6 +2,6 @@ Click==7.0 beautifulsoup4==4.10.0 calplot==0.1.7.3 matplotlib==3.5.0 -numpy==1.21.4 +numpy==1.22.0 pandas==1.3.4 requests==2.22.0