From 4b71893198945c50237589e1364f5c70c6d439d6 Mon Sep 17 00:00:00 2001 From: Jenny Danzmayr Date: Wed, 14 Aug 2024 02:56:03 +0200 Subject: [PATCH] updated dependencies --- src/requirements/production.txt | 20 ++++++++++---------- src/requirements/redis.txt | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index d72b757c..448d8d2f 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,23 +1,23 @@ -Django==5.0.3 +Django==5.0.8 django-bootstrap3==23.6 -django-compressor==4.4 +django-compressor==4.5.1 csscompressor==0.9.5 -django-ninja==1.1.0 +django-ninja==1.2.2 pydantic-extra-types==2.5.0 django-filter==23.5 django-environ==0.11.2 -shapely==2.0.3 +shapely==2.0.5 pybind11==2.11.1 MeshPy==2022.1.3 # rtree==0.9.1 -celery==5.3.6 +celery==5.4.0 requests==2.31.0 -Pillow==10.2.0 +Pillow==10.3.0 qrcode==7.4.2 matplotlib==3.8.3 -scipy==1.11.4 +scipy==1.14.0 django_libsass==0.9 -channels==4.0.0 -daphne==4.1.0 -pyzstd==0.15.9 +channels==4.1.0 +daphne==4.1.2 +pyzstd==0.16.1 pyproj==3.6.1 diff --git a/src/requirements/redis.txt b/src/requirements/redis.txt index 0fd912ad..7ed1127e 100644 --- a/src/requirements/redis.txt +++ b/src/requirements/redis.txt @@ -1,3 +1,3 @@ redis==5.0.1 -hiredis==2.2.3 -channels-redis==4.1.0 +hiredis==2.4.0 +channels-redis==4.2.0