From e70b2e7affc7e33090b310fe454a48ef2c4f5c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:26:06 +0000 Subject: [PATCH] Bump numpy from 1.21.1 to 1.22.0 in /arknights-data-science Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 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.21.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arknights-data-science/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arknights-data-science/requirements.txt b/arknights-data-science/requirements.txt index 0befa0d..0f01bc4 100644 --- a/arknights-data-science/requirements.txt +++ b/arknights-data-science/requirements.txt @@ -15,7 +15,7 @@ crayons==0.4.0 idna==3.2; python_version >= '3.0' joblib==1.0.1; python_version >= '3.6' lxml==4.6.3 -numpy==1.21.1; python_version >= '3.7' +numpy==1.22.0; python_version >= '3.7' pandas==1.3.1 python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2021.1