Skip to content

Commit a6b58a4

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

4 files changed

Lines changed: 207 additions & 115 deletions

File tree

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
@@ -30,19 +30,19 @@
3030
"vuetify": "3.12.3"
3131
},
3232
"devDependencies": {
33-
"@sentry/vite-plugin": "^5.1.1",
34-
"@types/geojson": "^7946.0.13",
35-
"@types/jest": "^30.0.0",
36-
"@types/lodash": "^4.14.202",
37-
"@vitejs/plugin-vue": "^6.0.0",
38-
"@vue/eslint-config-typescript": "^14.7.0",
39-
"eslint": "^10.0.0",
40-
"eslint-plugin-vue": "^10.8.0",
41-
"jest": "^30.3.0",
42-
"sass": "^1.49.8",
43-
"typescript": "^5.9.3",
44-
"vite": "^7.0.0",
45-
"vite-plugin-vuetify": "^2.0.3",
46-
"vue-tsc": "^3.2.5"
33+
"@sentry/vite-plugin": "5.1.1",
34+
"@types/geojson": "7946.0.16",
35+
"@types/jest": "30.0.0",
36+
"@types/lodash": "4.17.24",
37+
"@vitejs/plugin-vue": "6.0.4",
38+
"@vue/eslint-config-typescript": "14.7.0",
39+
"eslint": "10.0.3",
40+
"eslint-plugin-vue": "10.8.0",
41+
"jest": "30.3.0",
42+
"sass": "1.98.0",
43+
"typescript": "5.9.3",
44+
"vite": "7.3.1",
45+
"vite-plugin-vuetify": "2.1.3",
46+
"vue-tsc": "3.2.5"
4747
}
4848
}

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@ dev = [
7070
# The "dev" dependency group is installed by default,
7171
# so use this to install "development" and "tasks" extras by default too
7272
"bats-ai[development,tasks]",
73-
"tox==4.34.1",
74-
"tox-uv==1.29.0",
73+
"tox==4.49.1",
74+
"tox-uv==1.33.2",
7575
]
7676
lint = [
77-
"ruff==0.15.2",
77+
"ruff==0.15.5",
7878
]
7979
type = [
80-
"mypy==1.16.1",
81-
"celery-types==0.24.0",
80+
"mypy==1.19.1",
81+
"celery-types==0.25.0",
8282
"django-stubs[compatible-mypy]==5.2.9",
8383
"types-requests==2.32.4.20260107",
8484
]
8585
test = [
8686
"factory-boy==3.3.3",
8787
"pytest==9.0.2",
88-
"pytest-django==4.11.1",
88+
"pytest-django==4.12.0",
8989
"pytest-mock==3.15.1",
9090
# Enable with "pytest --random-order ..."
9191
"pytest-random-order==1.2.0",

0 commit comments

Comments
 (0)