From c769ce551db387f971e3d3592811f576c1dbf111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:58:33 +0100 Subject: [PATCH] build(deps): bump numpy from 2.1.2 to 2.1.3 (#360) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9582a68c2..e57074286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ "inflect==7.4.0", "pygithub==2.4.0", "lxml==5.3.0", - "numpy==2.1.2", + "numpy==2.1.3", "parse==1.20.2", "pytest==8.3.3", "pytest-cov==5.0.0", @@ -61,7 +61,7 @@ doc = [ "flit>=3.8.0", "inflect==7.4.0", "jupyter_sphinx==0.5.3", - "numpy==2.1.2", + "numpy==2.1.3", "numpydoc==1.8.0", "pandas==2.2.3", "parse==1.20.2",