Skip to content

Commit 6220b2f

Browse files
Update django-extensions requirement from ==3.2.* to ==4.1 in /server (#334)
Updates the requirements on [django-extensions](https://github.com/django-extensions/django-extensions) to permit the latest version. - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](django-extensions/django-extensions@3.2.0...4.1) --- updated-dependencies: - dependency-name: django-extensions dependency-version: '4.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 352522c commit 6220b2f

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
@@ -8,7 +8,7 @@ channels_redis==4.2.*
88
Django==4.2.*
99
django-cors-headers==4.7.*
1010
django-decorator-include==3.3
11-
django-extensions==3.2.*
11+
django-extensions==4.1
1212
django-formset-js-improved
1313
django-multifactor==0.8.2
1414
djangorestframework==3.16.*

0 commit comments

Comments
 (0)