From a23cb1363085dcdabde640ae4b81f6c079b7faa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 02:10:40 +0000 Subject: [PATCH] Bump numpy from 1.16.1 to 1.22.0 in /modules/invenio-stats Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/invenio-stats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/invenio-stats/requirements.txt b/modules/invenio-stats/requirements.txt index 79055f7bc5..d7523a8f26 100644 --- a/modules/invenio-stats/requirements.txt +++ b/modules/invenio-stats/requirements.txt @@ -167,7 +167,7 @@ Sphinx==1.8.4 pytest>=4.2.0 mock==3.0.5 pytest-mock==3.6.1 -numpy==1.16.1 +numpy==1.22.0 xmltodict==0.12.0 ftfy==4.4.3 attrs==17.4.0