Skip to content

Commit

Permalink
Update django requirement from ==4.2.* to ==5.0.* in /server
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](django/django@4.2a1...5.0.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 4d89c4d commit 1644aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ beautifulsoup4==4.12.*
celery==5.3.*
channels==4.0.*
channels_redis==4.1.*
Django==4.2.*
Django==5.0.*
django-cors-headers==4.3.*
django-decorator-include==3.0
django-extensions==3.2.*
Expand Down

0 comments on commit 1644aa9

Please sign in to comment.