From a83afb0e6dc66522de58d5f86df765ce391073e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:45:16 +0200 Subject: [PATCH] build(deps): bump numpy from 2.1.1 to 2.1.2 (#288) Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2. - [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.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7f9098..edd6e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ docs = [ "sphinx==8.0.2", ] tests = [ - "numpy==2.1.1 ; sys_platform == 'windows' and python_version >= '3.13'", + "numpy==2.1.2 ; sys_platform == 'windows' and python_version >= '3.13'", "pillow==10.4.0", "pytest==8.3.3", "pytest-cov==5.0.0",