Skip to content

Commit 81c3a81

Browse files
Pin dependencies
1 parent c5ee037 commit 81c3a81

File tree

6 files changed

+296
-710
lines changed

6 files changed

+296
-710
lines changed

e2e/package-lock.json

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

e2e/package.json

Lines changed: 6 additions & 6 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.41.2",
12-
"@types/node": "^24.0.0",
13-
"axios": "^1.6.7",
14-
"lodash": "^4.17.21",
15-
"moment": "^2.29.4"
10+
"@faker-js/faker": "9.6.0",
11+
"@playwright/test": "1.51.1",
12+
"@types/node": "24.12.0",
13+
"axios": "1.8.4",
14+
"lodash": "4.17.21",
15+
"moment": "2.30.1"
1616
}
1717
}

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"django-oauth-toolkit==3.1.0",
2727
"django-resonant-settings[allauth,celery]==0.48.1",
2828
"django-resonant-utils[allauth,s3_storage]==0.16.0",
29-
"django-stubs-ext==5.2.7",
29+
"django-stubs-ext==5.2.9",
3030
# TODO: pin djangorestframework until we figure out what the cause of
3131
# https://github.com/dandi/dandi-archive/issues/1896 is.
3232
"djangorestframework==3.14.0",
@@ -68,28 +68,28 @@ dev = [
6868
# The "dev" dependency group is installed by default,
6969
# so use this to install "development" extras by default too
7070
"dandiapi[development]",
71-
"pre-commit==4.3.0",
72-
"tox==4.31.0",
73-
"tox-uv==1.29.0",
71+
"pre-commit==4.5.1",
72+
"tox==4.50.3",
73+
"tox-uv==1.33.4",
7474
]
7575
lint = [
76-
"ruff==0.14.0",
76+
"ruff==0.15.8",
7777
]
7878
type = [
79-
"mypy==1.18.2",
80-
"boto3-stubs[s3]==1.40.51",
81-
"celery-types==0.23.0",
82-
"django-stubs[compatible-mypy]==5.2.7",
83-
"djangorestframework-stubs[compatible-mypy]==3.16.4",
79+
"mypy==1.19.1",
80+
"boto3-stubs[s3]==1.42.77",
81+
"celery-types==0.26.0",
82+
"django-stubs[compatible-mypy]==5.2.9",
83+
"djangorestframework-stubs[compatible-mypy]==3.16.8",
8484
]
8585
test = [
8686
"djangorestframework-yaml==2.0.0",
87-
"Faker==37.11.0",
87+
"Faker==37.12.0",
8888
"factory-boy==3.3.3",
8989
"freezegun==1.5.5",
9090
"pytest==8.4.2",
91-
"pytest-cov==7.0.0",
92-
"pytest-django==4.11.1",
91+
"pytest-cov==7.1.0",
92+
"pytest-django==4.12.0",
9393
"pytest-factoryboy==2.8.1",
9494
# Enable with "pytest --memray ..."
9595
"pytest-memray==1.8.0",

0 commit comments

Comments
 (0)