From dcb0b5e835441e32b2f44c306a66f1b031bece9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:28:30 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /test/containers/submit Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. - [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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/containers/submit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/containers/submit/requirements.txt b/test/containers/submit/requirements.txt index df8df22..b9459cd 100644 --- a/test/containers/submit/requirements.txt +++ b/test/containers/submit/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.17.2 +numpy==1.22.0 selenium==3.141.0 urllib3==1.25.6