Skip to content

Commit 2f7fdfe

Browse files
fix(deps): pin dependencies
1 parent 483fcb5 commit 2f7fdfe

8 files changed

Lines changed: 527 additions & 326 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install npm
1515
uses: actions/setup-node@v6
1616
with:
17-
node-version: 24
17+
node-version: 24.14.0
1818
- run: |
1919
npm ci
2020
working-directory: web

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install npm
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 24
22+
node-version: 24.14.0
2323
- name: Run Semantic Release
2424
run: |
2525
uvx python-semantic-release version

pyproject.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,44 @@ 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]"
3434
# 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",
35+
'gdal==3.12.2.1',
36+
"geopandas==1.1.3",
37+
"large-image-converter==1.34.0",
38+
"large-image[gdal]==1.34.0",
39+
"matplotlib==3.10.8", # for raster colormaps
40+
"networkx==3.6.1",
41+
"numpy==2.4.3",
42+
"pooch[progress]==1.9.0",
43+
"psycopg[binary,pool]==3.3.3",
4444
# Needed by "large-image-converter"
4545
"pylibtiff==0.7.0.4.7.1",
4646
"pyshp==3.0.3",
47-
"rasterio==1.3.11",
48-
"rich==14.2.0",
47+
"rasterio==1.5.0",
48+
"rich==14.3.3",
4949
"webcolors==25.10.0",
50-
"whitenoise[brotli]==6.11.0",
50+
"whitenoise[brotli]==6.12.0",
5151
# Production-only
5252
"django-s3-file-field[s3]==1.1.0",
5353
"django-storages[s3]==1.14.6",
54-
"sentry-sdk[celery,django,pure_eval]==2.48.0",
55-
"uvicorn==0.40.0",
54+
"sentry-sdk[celery,django,pure_eval]==2.55.0",
55+
"uvicorn==0.42.0",
5656
"websockets==16.0",
5757
]
5858

@@ -61,19 +61,19 @@ development = [
6161
# Runtime dependencies, only needed with "development" settings
6262
"daphne==4.2.1",
6363
"django-browser-reload==1.21.0",
64-
"django-debug-toolbar==6.1.0",
64+
"django-debug-toolbar==6.2.0",
6565
"django-minio-storage==0.5.9",
66-
"django-resonant-utils[minio_storage]==0.17.0",
66+
"django-resonant-utils[minio_storage]==0.19.0",
6767
"django-s3-file-field[minio]==1.1.0",
68-
"ipython==9.8.0",
68+
"ipython==9.11.0",
6969
"watchdog==6.0.0",
70-
"werkzeug==3.1.4",
70+
"werkzeug==3.1.6",
7171
]
7272
tasks = [
73-
"geoai-py==0.5.3",
74-
"osmnx==2.0.6",
73+
"geoai-py==0.35.0",
74+
"osmnx==2.1.0",
7575
# Needed by "uvdat-flood-sim[large-image-writer]"
76-
"pyvips==3.1.1.8.17.3",
76+
"pyvips==3.1.1.8.18.1",
7777
"uvdat-flood-sim[large-image-writer]==1.0.4",
7878
"xdg-base-dirs==6.0.2",
7979
]

terraform/.terraform.lock.hcl

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.1"
2+
required_version = "1.14.7"
33

44
cloud {
55
organization = "kitware"
@@ -18,7 +18,7 @@ terraform {
1818
}
1919
cloudflare = {
2020
source = "cloudflare/cloudflare"
21-
version = "~> 4.0"
21+
version = "4.52.5"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)