From e351821032564398082a9c44a204f08ec85ca9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 20:11:22 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.21.0 in /tests/e2e Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.16.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/e2e/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/requirements.txt b/tests/e2e/requirements.txt index 94c63ca120f..68c51c48a50 100644 --- a/tests/e2e/requirements.txt +++ b/tests/e2e/requirements.txt @@ -1,5 +1,5 @@ mock==2.0.0 -numpy==1.16.4 +numpy==1.21.0 pandas~=1.0.0 pandavro==1.5.* pytest==5.2.1