From 0c7098422d79eaca7147149f4a16b8c09f56345a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 23:34:41 +0000 Subject: [PATCH] Bump numpy in /integration/test_workspace/src/test-py-module Bumps [numpy](https://github.com/numpy/numpy) from 1.13.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.13.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration/test_workspace/src/test-py-module/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test_workspace/src/test-py-module/setup.py b/integration/test_workspace/src/test-py-module/setup.py index 6930b7d4..e72418b4 100644 --- a/integration/test_workspace/src/test-py-module/setup.py +++ b/integration/test_workspace/src/test-py-module/setup.py @@ -10,5 +10,5 @@ install_requires=[ 'flake8==3.4.0', 'annoy==1.8.3', - 'numpy==1.13.0', + 'numpy==1.22.0', ]) \ No newline at end of file