From c585b9942ab9bb589b27a832065af6de17320240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:57:34 +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.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.13.0...v1.21.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..b8fc51cb 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.21.0', ]) \ No newline at end of file