From 7ec29ed17583f149f6f5019450fbb516bee0c45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:09:09 +0000 Subject: [PATCH] Bump numpy from 1.11.2 to 1.22.0 in /code Bumps [numpy](https://github.com/numpy/numpy) from 1.11.2 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.11.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 6b55266..6c1ace3 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -2,7 +2,7 @@ argparse==1.2.1 chardet==2.0.1 colorama==0.2.5 html5lib==0.999 -numpy==1.11.2 +numpy==1.22.0 requests==2.2.1 six==1.10.0 urllib3==1.7.1