From d8a715f4c36857c8fd602697ef2e6da1b6fe6a8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:33:46 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 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.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prepSAS/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prepSAS/requirements.txt b/prepSAS/requirements.txt index 2a8da41..17fd50d 100644 --- a/prepSAS/requirements.txt +++ b/prepSAS/requirements.txt @@ -1,5 +1,5 @@ pandas~=1.1.5 -numpy~=1.19.5 +numpy~=1.22.0 pytz~=2020.5 pySatlantic>=0.3.0 geomag~=0.9.2015 diff --git a/requirements.txt b/requirements.txt index bba8712..3fdb378 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.21.6 +numpy==1.22.0 dash==1.9.1 dash-bootstrap-components==0.9.1 geomag==0.9.2015