From ceb474fbdab7e6f8aebff7af7274ec4e22633d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:30:34 +0200 Subject: [PATCH] chore(deps): bump numpy from 1.24.1 to 2.1.3 in /tools (#4063) Bumps [numpy](https://github.com/numpy/numpy) from 1.24.1 to 2.1.3. - [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.1...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 7cc75ab41..1f3899d16 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -7,4 +7,4 @@ redis==4.4.4 requests>=2.32.0 aiocsv==1.2.3 aiofiles==22.1.0 -numpy==1.24.1 +numpy==2.1.3