From 653317356ae9009cf14de2d4f2ac0a059a5e5d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:54:39 +0000 Subject: [PATCH] Bump numpy from 1.26.1 to 1.26.2 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.26.1 to 1.26.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.26.1...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... 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 023ab1c8..364ec83b 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.2; python_version>='3.8' numpy; python_version=='3.7' -numpy==1.26.1; python_version>='3.8' +numpy==1.26.2; python_version>='3.8' scipy; python_version=='3.7' scipy==1.11.3; python_version>='3.8'