From 58ff82399add4a649be25562faee6ad4db794f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:12:24 +0000 Subject: [PATCH] Bump numpy from 1.17.3 to 1.22.0 in /projects/aries-fl Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/aries-fl/requirements.hospital.txt | 2 +- projects/aries-fl/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aries-fl/requirements.hospital.txt b/projects/aries-fl/requirements.hospital.txt index 528e6921..9c72a799 100644 --- a/projects/aries-fl/requirements.hospital.txt +++ b/projects/aries-fl/requirements.hospital.txt @@ -1,4 +1,4 @@ -numpy==1.17.3 +numpy==1.22.0 pandas==0.25.2 matplotlib==3.1.1 seaborn==0.9.0 diff --git a/projects/aries-fl/requirements.txt b/projects/aries-fl/requirements.txt index 39c88a8a..1a0046e4 100644 --- a/projects/aries-fl/requirements.txt +++ b/projects/aries-fl/requirements.txt @@ -1,5 +1,5 @@ aries-basic-controller -numpy==1.17.3 +numpy==1.22.0 pandas==0.25.2 matplotlib==3.1.1 seaborn==0.9.0