updated dependencies

This commit is contained in:
Jenny Danzmayr 2024-08-14 02:56:03 +02:00
parent fde7c28bb9
commit 4b71893198
2 changed files with 12 additions and 12 deletions

View file

@ -1,23 +1,23 @@
Django==5.0.3 Django==5.0.8
django-bootstrap3==23.6 django-bootstrap3==23.6
django-compressor==4.4 django-compressor==4.5.1
csscompressor==0.9.5 csscompressor==0.9.5
django-ninja==1.1.0 django-ninja==1.2.2
pydantic-extra-types==2.5.0 pydantic-extra-types==2.5.0
django-filter==23.5 django-filter==23.5
django-environ==0.11.2 django-environ==0.11.2
shapely==2.0.3 shapely==2.0.5
pybind11==2.11.1 pybind11==2.11.1
MeshPy==2022.1.3 MeshPy==2022.1.3
# rtree==0.9.1 # rtree==0.9.1
celery==5.3.6 celery==5.4.0
requests==2.31.0 requests==2.31.0
Pillow==10.2.0 Pillow==10.3.0
qrcode==7.4.2 qrcode==7.4.2
matplotlib==3.8.3 matplotlib==3.8.3
scipy==1.11.4 scipy==1.14.0
django_libsass==0.9 django_libsass==0.9
channels==4.0.0 channels==4.1.0
daphne==4.1.0 daphne==4.1.2
pyzstd==0.15.9 pyzstd==0.16.1
pyproj==3.6.1 pyproj==3.6.1

View file

@ -1,3 +1,3 @@
redis==5.0.1 redis==5.0.1
hiredis==2.2.3 hiredis==2.4.0
channels-redis==4.1.0 channels-redis==4.2.0