From 29a7eacb7fb32a89d8659baace789454778ac12c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 08:59:29 +0000 Subject: [PATCH] Update dependency numpy to v2.4.1 --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed09c62..ae863154 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -148,11 +148,11 @@ nodeenv==1.10.0 # via # pre-commit # pyright -numpy==2.2.6 ; python_full_version < '3.11' +numpy==2.4.1 ; python_full_version < '3.11' # via # contourpy # matplotlib -numpy==2.4.0 ; python_full_version >= '3.11' +numpy==2.4.1 ; python_full_version >= '3.11' # via # contourpy # matplotlib