Skip to content

Commit 30a1c47

Browse files
Update dev dependencies
1 parent fa378ff commit 30a1c47

5 files changed

Lines changed: 201 additions & 144 deletions

File tree

e2e/package-lock.json

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

e2e/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"scripts": {},
99
"devDependencies": {
10-
"@faker-js/faker": "9.6.0",
11-
"@playwright/test": "1.60.0",
12-
"@types/node": "24.12.0",
13-
"axios": "1.8.4",
14-
"lodash": "4.17.21",
10+
"@faker-js/faker": "9.9.0",
11+
"@playwright/test": "1.61.0",
12+
"@types/node": "24.13.2",
13+
"axios": "1.18.0",
14+
"lodash": "4.18.1",
1515
"moment": "2.30.1"
1616
}
1717
}

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"django-oauth-toolkit==3.2.0",
2727
"django-resonant-settings[allauth,celery]==0.50.4",
2828
"django-resonant-utils[allauth,s3_storage]==0.19.0",
29-
"django-stubs-ext==6.0.3",
29+
"django-stubs-ext==6.0.5",
3030
"djangorestframework==3.17.1",
3131
"drf-extensions==0.8.0",
3232
"drf-yasg==1.21.15",
@@ -68,26 +68,26 @@ dev = [
6868
# so use this to install "development" extras by default too
6969
"dandiapi[development]",
7070
"pre-commit==4.6.0",
71-
"tox==4.53.0",
72-
"tox-uv==1.35.1",
71+
"tox==4.55.1",
72+
"tox-uv==1.35.2",
7373
]
7474
lint = [
75-
"ruff==0.15.12",
75+
"ruff==0.15.17",
7676
]
7777
type = [
7878
"mypy==1.20.2",
79-
"boto3-stubs[s3]==1.43.0",
79+
"boto3-stubs[s3]==1.43.31",
8080
"celery-types==0.26.0",
81-
"django-stubs[compatible-mypy]==6.0.3",
82-
"djangorestframework-stubs[compatible-mypy]==3.16.9",
83-
"types-requests==2.33.0.20260408",
81+
"django-stubs[compatible-mypy]==6.0.5",
82+
"djangorestframework-stubs[compatible-mypy]==3.17.0",
83+
"types-requests==2.33.0.20260518",
8484
]
8585
test = [
8686
"djangorestframework-yaml==2.0.0",
87-
"Faker==40.15.0",
87+
"Faker==40.23.0",
8888
"factory-boy==3.3.3",
8989
"freezegun==1.5.5",
90-
"pytest==9.0.3",
90+
"pytest==9.1.0",
9191
"pytest-cov==7.1.0",
9292
"pytest-django==4.12.0",
9393
"pytest-factoryboy==2.8.1",

0 commit comments

Comments
 (0)