Skip to content

Commit afcc025

Browse files
renovate[bot]annehaley
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 5dd16b8 commit afcc025

5 files changed

Lines changed: 1244 additions & 1244 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling==1.31.0"]
2+
requires = ["hatchling==1.32.0"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -15,43 +15,43 @@ dependencies = [
1515
"channels-redis==4.3.0",
1616
"channels[daphne]==4.3.2",
1717
"django[argon2]==6.0.7",
18-
"django-allauth==65.18.0",
18+
"django-allauth==65.19.1",
1919
"django-auth-style==0.15.0",
2020
"django-click==2.5.0",
2121
"django-cors-headers==4.9.0",
2222
"django-environ==0.14.0",
2323
"django-extensions==4.1",
2424
"django-filter==25.2",
25-
"django-guardian==3.3.2",
25+
"django-guardian==3.3.3",
2626
"django-large-image==0.10.3",
27-
"django-oauth-toolkit==3.3.0",
27+
"django-oauth-toolkit==3.4.0",
2828
"django-resonant-settings[allauth,celery]==0.51.1",
2929
"django-resonant-utils[allauth,s3_storage]==0.19.0",
3030
"django-stubs-ext==6.0.3",
31-
"djangorestframework==3.17.1",
31+
"djangorestframework==3.18.0",
3232
"drf-yasg==1.21.15",
3333
# Needed for GeoDjango and "large-image[gdal]"
3434
'gdal==3.12.3.1',
3535
"geopandas==1.1.4",
36-
"large-image-converter==1.35.0",
37-
"large-image[gdal]==1.35.0",
36+
"large-image-converter==1.35.2",
37+
"large-image[gdal]==1.35.2",
3838
"matplotlib==3.11.1", # for raster colormaps
3939
"networkx==3.6.1",
40-
"numpy==2.5.1",
40+
"numpy==2.5.2",
4141
"pooch[progress]==1.9.0",
4242
"psycopg[binary,pool]==3.3.4",
4343
# Needed by "large-image-converter"
4444
"pylibtiff==0.7.0.4.7.1",
45-
"pyshp==3.1.4",
46-
"rasterio==1.5.0",
45+
"pyshp==3.1.6",
46+
"rasterio==1.5.1",
4747
"rich==15.0.0",
4848
"webcolors==25.10.0",
4949
"whitenoise[brotli]==6.12.0",
5050
# Production-only
5151
"django-s3-file-field[s3]==1.1.0",
5252
"django-storages[s3]==1.14.6",
53-
"sentry-sdk[celery,django,pure_eval]==2.66.0",
54-
"uvicorn==0.51.0",
53+
"sentry-sdk[celery,django,pure_eval]==2.68.0",
54+
"uvicorn==0.52.3",
5555
"websockets==16.1.1",
5656
]
5757

@@ -64,18 +64,18 @@ development = [
6464
"django-minio-storage==0.5.9",
6565
"django-resonant-utils[minio_storage]==0.19.0",
6666
"django-s3-file-field[minio]==1.1.0",
67-
"ipython==9.15.0",
67+
"ipython==9.16.1",
6868
"watchdog==6.0.0",
6969
"werkzeug==3.1.8",
7070
]
7171
tasks = [
72-
"geoai-py==0.41.2",
73-
"osmnx==2.1.0",
72+
"geoai-py==0.42.0",
73+
"osmnx==2.1.1",
7474
# Needed by "uvdat-flood-sim[large-image-writer]"
7575
"pyvips==3.1.1.8.18.1",
7676
"uvdat-flood-sim[large-image-writer]==1.0.4",
7777
"xdg-base-dirs==6.0.2",
78-
"huggingface-hub==1.24.0",
78+
"huggingface-hub==1.27.0",
7979
]
8080

8181
[dependency-groups]

terraform/django.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data "heroku_team" "this" {
88

99
module "django" {
1010
source = "kitware-resonant/resonant/heroku"
11-
version = "3.3.0"
11+
version = "3.4.0"
1212

1313
project_slug = "geodatalytics"
1414
route53_zone_id = aws_route53_zone.this.zone_id

0 commit comments

Comments
 (0)