From 8adbcee79798d3e1f88d5fc4c2e8c4f0856f987a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:04:50 -0600 Subject: [PATCH] Bump numpy from 1.17.1 to 1.22.0 in /tests/local (#642) Bumps [numpy](https://github.com/numpy/numpy) from 1.17.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: Ryan Cabell --- tests/local/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local/requirements.txt b/tests/local/requirements.txt index ee628f990..187955a49 100644 --- a/tests/local/requirements.txt +++ b/tests/local/requirements.txt @@ -16,7 +16,7 @@ jsonpickle==1.2 locket==0.2.0 more-itertools==7.2.0 netCDF4==1.4.1 -numpy==1.17.1 +numpy==1.22.0 pandas==0.23.4 partd==1.0.0 pathlib==1.0.1