From 4888a8bd8ad555c66339411ffcdf3b025891757f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:16:37 +0000 Subject: [PATCH] build(deps): bump numpy from 2.2.1 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.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.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcb01cc..0396ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ docs = [ "sphinx==8.1.3", ] tests = [ - "numpy==2.2.1 ; sys_platform == 'linux' and python_version == '3.13'", + "numpy==2.2.2 ; sys_platform == 'linux' and python_version == '3.13'", "pillow==11.1.0 ; sys_platform == 'linux' and python_version == '3.13'", "pytest==8.3.4", "pytest-cov==6.0.0",