From b77de6a59735d25209918932d773886e460611b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:38:47 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /granule_ingester Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 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.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- granule_ingester/conda-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granule_ingester/conda-requirements.txt b/granule_ingester/conda-requirements.txt index b647f98..4ca4eae 100644 --- a/granule_ingester/conda-requirements.txt +++ b/granule_ingester/conda-requirements.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -numpy==1.15.4 +numpy==1.22.0 scipy netcdf4==1.5.3 pandas==1.0.4