From e1cac234b0ea8397f32de17c5e135c6081d42158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:43:57 +0000 Subject: [PATCH] Update dependency numpy to ~=2.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6158ec2..961af6d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ test = [ "security==1.3.1", "types-mock==5.1.*", "django>=4,<6", - "numpy~=2.1.0", + "numpy~=2.2.1", "flask_wtf~=1.2.0", "fickling~=0.1.0,>=0.1.3", "graphql-server~=3.0.0b7",