From 8bf232248026fe4af7bc7b7c0f6d88e126d5745e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:23:51 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.26.3 to 1.26.4 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [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.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requires.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requires.txt b/requirements/requires.txt index af47163..2c04913 100644 --- a/requirements/requires.txt +++ b/requirements/requires.txt @@ -1 +1 @@ -numpy==1.26.3 +numpy==1.26.4