Skip to content

Commit

Permalink
Update django-cors-headers requirement in /server
Browse files Browse the repository at this point in the history
Updates the requirements on [django-cors-headers](https://github.com/adamchainz/django-cors-headers) to permit the latest version.
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.4.0...4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent a9445c5 commit e06e7d2
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 @@ -6,7 +6,7 @@ celery==5.4.*
channels==4.1.*
channels_redis==4.2.*
Django==4.2.*
django-cors-headers==4.4.*
django-cors-headers==4.6.*
django-decorator-include==3.0
django-extensions==3.2.*
django-formset-js-improved
Expand Down

0 comments on commit e06e7d2

Please sign in to comment.