From dd7269872253b5dd687667f8c8ca2d0851926896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:15:39 +0000 Subject: [PATCH] Bump numpy from 1.24.3 to 1.26.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 1.26.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/v1.24.3...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2cf0b7..b2338e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "xdg-base-dirs==6.0.0", "onnxruntime==1.14.1", "pandas==2.0.1", - "numpy==1.24.3", + "numpy==1.26.2", "onnx==1.14.0", ]