From 7b6d481c6103d6b68a15cb92c433835da9e957b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:13:39 +0000 Subject: [PATCH] Chore(deps): Bump numpy from 2.2.6 to 2.5.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.5.0. - [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.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 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..8516697 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ colorama==0.4.6 -numpy==2.2.6 +numpy==2.5.0 pandas==2.2.3 tqdm==4.67.3