Skip to content

Commit df7ad6c

Browse files
marevolclaude
andauthored
build(deps): bump dependency version upper bounds (#54)
Widen allowed version ranges for backend and frontend dependencies: Backend: - django-cleanup: <7 → <10 - pandas: <3 → <4 (resolves to 2.3.3, constrained by irspack) - redis: <6 → <8 - pytest-asyncio: <1 → <2 Frontend: - vue-router: ^4.5.0 → ^5.0.2 - pinia: ^2.3.0 → ^3.0.4 (required by vue-router 5 peer dep) - vitest: ^2.1.0 → ^4.0.18 - @vitest/coverage-v8: ^2.1.0 → ^4.0.18 - Add vue-eslint-parser as explicit dev dependency Fix two test files for vitest 4.x compatibility: constructor mocks must use regular functions, not arrow functions. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9b85d8d commit df7ad6c

6 files changed

Lines changed: 1289 additions & 2029 deletions

File tree

backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"celery>=5.4,<6",
99
"Django>=5.1,<5.2",
1010
"django-celery-results>=2.5,<3",
11-
"django-cleanup>=6.0,<7",
11+
"django-cleanup>=6.0,<10",
1212
"django-cors-headers>=4.6,<5",
1313
"django-extensions>=3.2,<4",
1414
"django-storages>=1.14,<2",
@@ -19,14 +19,14 @@ dependencies = [
1919
"pyjwt>=2.9,<3",
2020
"drf-spectacular>=0.28,<1",
2121
"optuna>=4.1,<5",
22-
"pandas>=2.2,<3",
22+
"pandas>=2.2,<4",
2323
"irspack==0.4.0",
2424
"numpy>=2.1,<3",
2525
"scikit-learn>=1.6,<2",
2626
"whitenoise>=6.8,<7",
2727
"django-environ>=0.11,<1",
2828
"psycopg[binary]>=3.1,<4",
29-
"redis>=5.0,<6",
29+
"redis>=5.0,<8",
3030
"channels>=4.1,<5",
3131
"channels-redis>=4.2,<5",
3232
"daphne>=4.1,<5",
@@ -38,7 +38,7 @@ dependencies = [
3838
[dependency-groups]
3939
dev = [
4040
"pytest>=8.0,<9",
41-
"pytest-asyncio>=0.24,<1",
41+
"pytest-asyncio>=0.24,<2",
4242
"pytest-cov>=6.0,<7",
4343
"pytest-django>=4.9,<5",
4444
"pytest-celery>=1.0,<2",

backend/uv.lock

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

0 commit comments

Comments
 (0)