@@ -15,44 +15,43 @@ dependencies = [
1515 " channels-redis==4.3.0" ,
1616 " channels[daphne]==4.3.2" ,
1717 " django[argon2]==6.0.3" ,
18- " django-allauth==65.14 .0" ,
19- " django-auth-style==0.14 .0" ,
18+ " django-allauth==65.15 .0" ,
19+ " django-auth-style==0.15 .0" ,
2020 " django-click==2.5.0" ,
2121 " django-cors-headers==4.9.0" ,
22- " django-environ==0.12.1 " ,
22+ " django-environ==0.13.0 " ,
2323 " django-extensions==4.1" ,
2424 " django-filter==25.2" ,
25- " django-guardian==3.2 .0" ,
25+ " django-guardian==3.3 .0" ,
2626 " django-large-image==0.10.2" ,
2727 " django-oauth-toolkit==3.2.0" ,
2828 " django-resonant-settings[allauth,celery]==0.48.1" ,
29- " django-resonant-utils[allauth,s3_storage]==0.17 .0" ,
29+ " django-resonant-utils[allauth,s3_storage]==0.19 .0" ,
3030 " django-stubs-ext==5.2.9" ,
31- " djangorestframework==3.16.1 " ,
32- " drf-yasg==1.21.11 " ,
31+ " djangorestframework==3.17.0 " ,
32+ " drf-yasg==1.21.15 " ,
3333 # Needed for GeoDjango and "large-image[gdal]"
34- # gdal 3.10 is the newest supported by Django: https://docs.djangoproject.com/en/5.2/ref/contrib/gis/install/geolibs/
35- ' gdal==3.10.3' ,
36- " geopandas==1.1.1" ,
37- " large-image-converter==1.33.3" ,
38- " large-image[gdal]==1.33.3" ,
39- " matplotlib==3.9.2" , # for raster colormaps
40- " networkx==3.3" ,
41- " numpy==2.4.2" ,
42- " pooch[progress]==1.8.2" ,
43- " psycopg[binary,pool]==3.3.2" ,
34+ ' gdal==3.12.2.1' ,
35+ " geopandas==1.1.3" ,
36+ " large-image-converter==1.34.0" ,
37+ " large-image[gdal]==1.34.0" ,
38+ " matplotlib==3.10.8" , # for raster colormaps
39+ " networkx==3.6.1" ,
40+ " numpy==2.4.3" ,
41+ " pooch[progress]==1.9.0" ,
42+ " psycopg[binary,pool]==3.3.3" ,
4443 # Needed by "large-image-converter"
4544 " pylibtiff==0.7.0.4.7.1" ,
4645 " pyshp==3.0.3" ,
47- " rasterio==1.3.11 " ,
48- " rich==14.2.0 " ,
46+ " rasterio==1.5.0 " ,
47+ " rich==14.3.3 " ,
4948 " webcolors==25.10.0" ,
50- " whitenoise[brotli]==6.11 .0" ,
49+ " whitenoise[brotli]==6.12 .0" ,
5150 # Production-only
5251 " django-s3-file-field[s3]==1.1.0" ,
5352 " django-storages[s3]==1.14.6" ,
54- " sentry-sdk[celery,django,pure_eval]==2.48 .0" ,
55- " uvicorn==0.40 .0" ,
53+ " sentry-sdk[celery,django,pure_eval]==2.55 .0" ,
54+ " uvicorn==0.42 .0" ,
5655 " websockets==16.0" ,
5756]
5857
@@ -61,19 +60,19 @@ development = [
6160 # Runtime dependencies, only needed with "development" settings
6261 " daphne==4.2.1" ,
6362 " django-browser-reload==1.21.0" ,
64- " django-debug-toolbar==6.1 .0" ,
63+ " django-debug-toolbar==6.2 .0" ,
6564 " django-minio-storage==0.5.9" ,
66- " django-resonant-utils[minio_storage]==0.17 .0" ,
65+ " django-resonant-utils[minio_storage]==0.19 .0" ,
6766 " django-s3-file-field[minio]==1.1.0" ,
68- " ipython==9.8 .0" ,
67+ " ipython==9.11 .0" ,
6968 " watchdog==6.0.0" ,
70- " werkzeug==3.1.4 " ,
69+ " werkzeug==3.1.6 " ,
7170]
7271tasks = [
73- " geoai-py==0.5.3 " ,
74- " osmnx==2.0.6 " ,
72+ " geoai-py==0.35.0 " ,
73+ " osmnx==2.1.0 " ,
7574 # Needed by "uvdat-flood-sim[large-image-writer]"
76- " pyvips==3.1.1.8.17.3 " ,
75+ " pyvips==3.1.1.8.18.1 " ,
7776 " uvdat-flood-sim[large-image-writer]==1.0.4" ,
7877 " xdg-base-dirs==6.0.2" ,
7978]
0 commit comments