From 7d0a36b8b8a60f0a0959997c416f7f32636b9799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:38:48 +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 4c077e6..fed42f2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ 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 channels==2.4.0 django-extensions==2.2.9