From fcbc4df5f60514cb447759ef53a2745a487e1472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 13:20:07 +0000 Subject: [PATCH] Bump numpy from 1.8.0 to 1.22.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.8.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.8.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0fa8c23..a5766b9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ django-timezones2==1.0.4 # helper for pytz django-widget-tweaks==1.3 # customize css classes/other on form elements isoweek==1.2.0 # translating ISO week numbers to datetime dates librabbitmq==1.0.1 # Optimised/C AMQP library for Celery -numpy==1.8.0 # optimised math library +numpy==1.22.0 # optimised math library pika==0.9.12 # AMQP (message queue) client library pilkit==1.1.6 # dependency of django-imagekit psycopg2==2.5 # PostgreSQL driver