From 9dd7ad64e784ba22a8d190505b948fa793732ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:24:55 +0200 Subject: [PATCH] build(deps): bump numpy from 2.1.1 to 2.1.2 (#334) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bf5dea50..8850e3a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ "click==8.1.7", "pygithub==2.4.0", "lxml==5.3.0", - "numpy==2.1.1", + "numpy==2.1.2", "parse==1.20.2", "pytest==8.3.2", "pytest-cov==5.0.0", @@ -60,7 +60,7 @@ doc = [ "build>= 0.10.0", "flit>=3.8.0", "jupyter_sphinx==0.5.3", - "numpy==2.1.1", + "numpy==2.1.2", "numpydoc==1.8.0", "pandas==2.2.3", "parse==1.20.2",