Skip to content

Commit 76f9605

Browse files
authored
Merge pull request #329 from OpenGeoscience/renovate/all-minor-patch
fix(deps): pin dependencies
2 parents 483fcb5 + 53b2e45 commit 76f9605

8 files changed

Lines changed: 527 additions & 327 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 & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -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
]
7271
tasks = [
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
]

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)