From 07d401cb89d5cb07b849ccbabdbf460718ffa916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:49:24 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9b331c..e05ae9d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,6 @@ django-filter==2.2.0 gunicorn==19.9.0 django-rest-swagger==2.2.0 xhtml2pdf==0.2.3 -numpy==1.17.2 +numpy==1.22.0 pandas==0.25.1 reportlab==3.6.6 \ No newline at end of file