Skip to content

Commit 1aac91f

Browse files
Pin dependencies (#421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e10bc8f commit 1aac91f

7 files changed

Lines changed: 306 additions & 242 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- 5672:5672
5656
minio:
5757
# This image does not require any command arguments (which GitHub Actions don't support)
58-
image: bitnamilegacy/minio:2025.4.22
58+
image: bitnamilegacy/minio:2025.7.23
5959
env:
6060
MINIO_ROOT_USER: minioAccessKey
6161
MINIO_ROOT_PASSWORD: minioSecretKey

client/package-lock.json

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

client/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
"lint:typescript": "vue-tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@jamescoyle/vue-icon": "^0.1.2",
18-
"@mdi/font": "^7.4.47",
19-
"@mdi/js": "^7.4.47",
20-
"@resonant/oauth-client": "^1.0.3",
21-
"@sentry/vue": "^10.38.0",
22-
"@types/d3": "^7.4.0",
23-
"axios": "^1.6.0",
24-
"d3": "^7.8.5",
25-
"django-s3-file-field": "^1.0.0",
26-
"geojs": "^1.11.1",
27-
"lodash": "^4.17.21",
28-
"vue": "^3.3.1",
29-
"vue-router": "^5.0.3",
30-
"vuetify": "^3.10.0"
17+
"@jamescoyle/vue-icon": "0.1.2",
18+
"@mdi/font": "7.4.47",
19+
"@mdi/js": "7.4.47",
20+
"@resonant/oauth-client": "1.0.4",
21+
"@sentry/vue": "10.43.0",
22+
"@types/d3": "7.4.3",
23+
"axios": "1.13.6",
24+
"d3": "7.9.0",
25+
"django-s3-file-field": "1.1.0",
26+
"geojs": "1.19.0",
27+
"lodash": "4.17.23",
28+
"vue": "3.5.30",
29+
"vue-router": "5.0.3",
30+
"vuetify": "3.12.3"
3131
},
3232
"devDependencies": {
3333
"@sentry/vite-plugin": "^5.1.1",

pyproject.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ dependencies = [
1313
# Runtime dependendencies, always needed
1414
"celery==5.6.2",
1515
"django[argon2]==6.0.3",
16-
"django-ninja==1.5.3",
17-
"django-allauth==65.14.1",
18-
"django-auth-style==0.14.0",
16+
"django-ninja==1.6.0",
17+
"django-allauth==65.15.0",
18+
"django-auth-style==0.15.0",
1919
"django-cors-headers==4.9.0",
20-
"django-environ==0.12.1",
20+
"django-environ==0.13.0",
2121
"django-extensions==4.1",
2222
"django-oauth-toolkit==3.2.0",
2323
"django-resonant-settings[allauth,celery]==0.48.1",
24-
"django-resonant-utils[allauth,s3_storage]==0.18.0",
24+
"django-resonant-utils[allauth,s3_storage]==0.19.0",
2525
"django-s3-file-field[s3]==1.1.0",
2626
"django-storages[s3]==1.14.6",
2727
"django-stubs-ext==5.2.9",
28-
"psycopg[binary]==3.3.2",
28+
"psycopg[binary]==3.3.3",
2929
"pydantic==2.12.5",
3030
"requests==2.32.5",
31-
"rich==14.3.2",
32-
"whitenoise[brotli]==6.11.0",
31+
"rich==14.3.3",
32+
"whitenoise[brotli]==6.12.0",
3333
"tqdm==4.67.3",
3434
# guano metadata
3535
"gdal==3.12.2.1",
36-
"geopandas==1.1.1",
36+
"geopandas==1.1.3",
3737
"guano==1.0.16",
3838
"django-celery-results==2.6.0",
3939
# Production-only
40-
"sentry-sdk[celery,django,pure_eval]==2.52.0",
41-
"gunicorn==25.0.3",
40+
"sentry-sdk[celery,django,pure_eval]==2.54.0",
41+
"gunicorn==25.1.0",
4242
]
4343

4444
[project.optional-dependencies]
@@ -47,21 +47,21 @@ development = [
4747
"django-click==2.5.0",
4848
"django-debug-toolbar==6.2.0",
4949
"django-minio-storage==0.5.9",
50-
"django-resonant-utils[minio_storage]==0.18.0",
50+
"django-resonant-utils[minio_storage]==0.19.0",
5151
"django-s3-file-field[minio]==1.1.0",
52-
"faker==40.4.0",
53-
"ipython==9.10.0",
52+
"faker==40.8.0",
53+
"ipython==9.11.0",
5454
"watchdog==6.0.0",
55-
"werkzeug==3.1.5",
55+
"werkzeug==3.1.6",
5656
]
5757
tasks = [
5858
# Heavy duty dependencies used for computationally
5959
# intensive tasks, such as spectrogram generation
6060
"batbot==0.1.2",
61-
"numpy==2.2.6",
62-
"scipy==1.16.0",
61+
"numpy==2.4.3",
62+
"scipy==1.17.1",
6363
"scikit-image==0.26.0",
64-
"opencv-python-headless==4.11.0.86",
64+
"opencv-python-headless==4.13.0.92",
6565
]
6666

6767
[dependency-groups]

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)