From f2fbe8f2d61c730c33d717b3f12cd0c93ae070ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:45:47 +0000 Subject: [PATCH] Chore(deps): Bump numpy from 2.2.6 to 2.4.4 in /src Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.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/v2.2.6...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 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..30c4208 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ colorama==0.4.6 -numpy==2.2.6 +numpy==2.4.4 pandas==2.2.3 tqdm==4.67.3