From 25f18de4bd3056875134eecf68f0f10430ccfe52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:01:52 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.1 in /.github Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. - [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.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements-test.txt b/.github/requirements-test.txt index 823a4a22..ba6cca91 100644 --- a/.github/requirements-test.txt +++ b/.github/requirements-test.txt @@ -1,3 +1,3 @@ cython == 3.0.5 -numpy == 1.26.0 +numpy == 1.26.1 pytest == 7.4.2