From bba47261b26323cf3b779707c6bb51bceb2ef32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:17:22 +0000 Subject: [PATCH] Bump numpy from 1.16.3 to 1.22.0 in /business-logic-server Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- business-logic-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 business-logic-server/requirements.txt diff --git a/business-logic-server/requirements.txt b/business-logic-server/requirements.txt old mode 100755 new mode 100644 index 4b2c9ef..3758292 --- a/business-logic-server/requirements.txt +++ b/business-logic-server/requirements.txt @@ -19,4 +19,4 @@ requests==2.20.0 gunicorn==19.9.0 django-notifications-hq==1.5.0 django-celery-beat==1.4.0 -numpy==1.16.3 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file