From 4094fb0a1b18e85a3ba06a76cfd8ee7157fd4e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:12:46 +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 8cf6273..c4cf396 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,5 +7,5 @@ django-filter==2.2.0 gunicorn==19.9.0 django-rest-swagger==2.2.0 xhtml2pdf==0.2.4 -numpy==1.17.2 +numpy==1.22.0 pandas==0.25.1 \ No newline at end of file