From 5cac56fddaeff5c7492ee54247e97adeb4c52eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:22:33 +0000 Subject: [PATCH] Bump numpy from 1.14.0 to 1.22.0 in /requirements/python Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/python/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python/tests.txt b/requirements/python/tests.txt index 486fce9..42b9c06 100644 --- a/requirements/python/tests.txt +++ b/requirements/python/tests.txt @@ -2,7 +2,7 @@ pytest==3.4.0 pytest-xdist==1.22.0 # for --boxed hypothesis==3.45.1 -numpy==1.14.0 +numpy==1.22.0 # These dependencies are python pkgs only and only for tests. filefinder2==0.4.1