Skip to content

Commit

Permalink
Update django-cors-headers requirement (#938)
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@3.11.0...4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 15, 2023
1 parent 43fef1e commit 7cba320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage>=4.5.3,<8.0
codecov>=2.0.15,<3.0
celery>=4.4.7,<5.0
Django>=3.1.13,<4.0
django-cors-headers>=3.11.0,<4.0
django-cors-headers>=3.11.0,<5.0
djangorestframework>=3.11.0,<4.0
django-rest-knox>=4.1.0,<5.0
django-filter>=2.2.0,<24.0
Expand Down

0 comments on commit 7cba320

Please sign in to comment.