Skip to content

Commit f8e357e

Browse files
committed
Upgrade all dependencies
This excludes `djangorestframework`, since that requires more work to upgrade.
1 parent 2ff1bc7 commit f8e357e

File tree

3 files changed

+1151
-859
lines changed

3 files changed

+1151
-859
lines changed

dandiapi/settings/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484

8585
# Internal datetimes are timezone-aware, so this only affects rendering and form input
8686
TIME_ZONE = 'UTC'
87-
# https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-USE_TZ
88-
# TODO: this defaults to True starting with Django 5. Remove this when we upgrade
89-
USE_TZ = True
9087

9188
DATABASES = {
9289
'default': {

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ classifiers = ["Private :: Do Not Upload"]
1111
dependencies = [
1212
"boto3",
1313
"celery",
14-
"dandi", # minimal version is also provided in API /info
15-
# Pin dandischema to exact version to make explicit which schema version is being used
16-
"dandischema", # schema version 0.6.10
14+
"dandi",
15+
"dandischema",
1716
"django[argon2]",
18-
# Pin to version where this bug is fixed
19-
# https://codeberg.org/allauth/django-allauth/issues/4072
2017
"django-allauth",
2118
"django-auth-style",
2219
"django-click",

0 commit comments

Comments
 (0)