From ca28384e3ece6b96a8e914056ec9f467cd79d184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:18:01 +0000 Subject: [PATCH] Chore(deps): Bump numpy from 2.2.6 to 2.4.6 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.6. - [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/v2.2.6...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index c9e3d10..1e1c0e0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ colorama==0.4.6 -numpy==2.2.6 +numpy==2.4.6 pandas==2.2.3 tqdm==4.67.3