From 74d65d66bfe85d4c716822f6ca10e30b821bea21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:33:18 +0000 Subject: [PATCH] build(deps): bump numpy from 2.2.1 to 2.2.2 in /_package 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] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 0f60f8578..2969e4dff 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -38,7 +38,7 @@ doc = [ "build>= 0.10.0", "jupyter_sphinx==0.5.3", "linuxdoc==20240924", - "numpy==2.2.1", + "numpy==2.2.2", "numpydoc==1.8.0", "pandas==2.2.3", "parse==1.20.2",