From 89f676cc3052d80f4d319593d63a09f671e73180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:05:00 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.4.4 to 2.4.6 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.4 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.4.4...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 dd45b4e..a6e1f13 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,5 +1,5 @@ pandas==3.0.3 -numpy==2.4.4 +numpy==2.4.6 requests==2.34.2 matplotlib==3.10.9 PyYAML==6.0.3 diff --git a/requirements.txt b/requirements.txt index 03e8b3a..8e2cbfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas>=3.0.3 -numpy>=1.24 +numpy>=2.4.6 requests>=2.34.2 matplotlib>=3.10.9 PyYAML>=6.0