From 5de6e6a00224235b8947e3bc45c0055bb8c452ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:22:44 +0000 Subject: [PATCH] Bump numpy from 1.26.3 to 2.4.0 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 2.4.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/v1.26.3...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 180b615..225ba7e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ aiohttp==3.9.1 # Data Processing pandas==2.1.4 -numpy==1.26.3 +numpy==2.4.0 # HTML/Web Scraping beautifulsoup4==4.12.3