From 7d78ac087ad4c71b23b259ebed6f9b34d8ea4b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:22:12 +0000 Subject: [PATCH] CI: (deps): Bump numpy from 1.25.1 to 1.25.2 in /ci Bumps [numpy](https://github.com/numpy/numpy) from 1.25.1 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.1...v1.25.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index f248eb41e45..1a483f8681b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.7.2 -numpy==1.25.1 +numpy==1.25.2 pandas==2.0.3 pooch==1.7.0 pint==0.22