From c48dd86bb303d07b82872b03f03fcdb5dc64222d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:33:05 +0000 Subject: [PATCH] build(deps): bump numpy from 2.0.0 to 2.1.0 (#306) 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 694093b31..52e26ada6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "click==8.1.7", "pygithub==2.3.0", "lxml==5.2.2", - "numpy==2.0.0", + "numpy==2.1.0", "parse==1.20.2", "pytest==8.3.2", "pytest-cov==5.0.0", @@ -54,7 +54,7 @@ doc = [ "build>= 0.10.0", "flit>=3.8.0", "jupyter_sphinx==0.5.3", - "numpy==2.0.0", + "numpy==2.1.0", "numpydoc==1.8.0", "pandas==2.2.2", "parse==1.20.2",