From 96de080e21926c46e4d55fcd0e5f914346cfd341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:34:01 -0400 Subject: [PATCH] Bump numpy from 1.25.0 to 1.25.2 (#940) Bumps [numpy](https://github.com/numpy/numpy) from 1.25.0 to 1.25.2. - [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.25.0...v1.25.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements-test-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index bb7b90372..08c613091 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,5 +1,5 @@ h5py==3.9.0; implementation_name=='cpython' -numpy==1.25.0 +numpy==1.25.2 pandas==2.0.3; implementation_name=='cpython' ruamel.yaml==0.17.32 tables==3.8.0; implementation_name=='cpython'