Skip to content

Commit 88b2fa9

Browse files
Update django requirement from ==4.2.* to ==6.0.* in /server
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@4.2a1...6.0) --- updated-dependencies: - dependency-name: django dependency-version: '6.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9254dd3 commit 88b2fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ beautifulsoup4==4.13.*
55
celery==5.5.*
66
channels==4.2.*
77
channels_redis==4.2.*
8-
Django==4.2.*
8+
Django==6.0.*
99
django-cors-headers==4.7.*
1010
django-decorator-include==3.3
1111
django-extensions==4.1

0 commit comments

Comments
 (0)