From 0eb3e8aae9bca2c556f77c3fe69d2869d322a1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 08:58:02 +0000 Subject: [PATCH] Bump numpy from 1.24.3 to 1.25.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.25.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.24.3...v1.25.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/minimal.txt b/requirements/minimal.txt index e3408d84..44639f7a 100644 --- a/requirements/minimal.txt +++ b/requirements/minimal.txt @@ -3,6 +3,6 @@ demes==0.2.3 matplotlib; python_version=='3.7' matplotlib==3.7.1; python_version>='3.8' numpy; python_version=='3.7' -numpy==1.24.3; python_version>='3.8' +numpy==1.25.0; python_version>='3.8' scipy; python_version=='3.7' scipy==1.10.1; python_version>='3.8'