From 178cbfc6dde056e15e2241a6c0614467ef50b6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:06:54 +0000 Subject: [PATCH] build(deps): bump numpy from 2.1.0 to 2.1.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 856be5deb..366cb5627 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.0", + "numpy==2.1.1", "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.0", + "numpy==2.1.1", "numpydoc==1.8.0", "pandas==2.2.2", "parse==1.20.2",