From a3ed84b8e134ae70508e04bebf67fdee945dfbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 14 Jan 2024 23:41:40 +0100 Subject: [PATCH] update dependencies (including django 5.0) --- src/requirements/production.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index bd88e347..665e3ddf 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,9 +1,9 @@ -Django==4.2.7 -django-bootstrap3==23.4 +Django==5.0.1 +django-bootstrap3==23.6 django-compressor==4.4 csscompressor==0.9.5 -django-ninja==1.0.1 -django-filter==23.4 +django-ninja==1.1.0 +django-filter==23.5 django-environ==0.11.2 shapely==2.0.2 pybind11==2.11.1 @@ -11,7 +11,7 @@ MeshPy==2022.1.3 # rtree==0.9.1 celery==5.3.6 requests==2.31.0 -Pillow==10.1.0 +Pillow==10.2.0 qrcode==7.4.2 matplotlib==3.8.2 scipy==1.11.4