From 4cb156a7ce67cbc3cc6d1d5e8047cda5b2c3a94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:16:34 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /server Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 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.13.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 server/requirements.txt diff --git a/server/requirements.txt b/server/requirements.txt old mode 100755 new mode 100644 index 4c54af1..e590ee2 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ Jinja2==2.10 MarkupSafe==1.0 more-itertools==3.2.0 ndg-httpsclient==0.4.3 -numpy==1.13.3 +numpy==1.22.0 pandas==0.21.0 pyasn1==0.4.2 pycparser==2.18