From 5eeb776f7650187c230f9ccbd838817b4ca6f2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:34:44 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.4.6 to 2.5.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.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.4.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] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 0e6c579..c7fe94c 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,5 +1,5 @@ pandas==3.0.3 -numpy==2.4.6 +numpy==2.5.0 requests==2.34.2 matplotlib==3.11.0 PyYAML==6.0.3 diff --git a/requirements.txt b/requirements.txt index bfe33ed..2ee91c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas>=3.0.3 -numpy>=2.4.6 +numpy>=2.5.0 requests>=2.34.2 matplotlib>=3.11.0 PyYAML>=6.0