From 69ced201f880a2abebe19d1f179a3de0b3ab238d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:22:38 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.1 in /_package Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.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/v1.26.0...v1.26.1) --- 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 dbb7260c5..4ae83bc65 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -38,7 +38,7 @@ doc = [ "build>= 0.10.0", "jupyter_sphinx==0.4.0", "linuxdoc==20230827", - "numpy==1.26.0", + "numpy==1.26.1", "numpydoc==1.5.0", "pandas==2.1.1", "parse==1.19.1",