Skip to content

Commit

Permalink
Update django-cors-headers requirement from <4.3,>=4.0 to >=4.0,<4.4
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.0.0...4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 479eafb commit 9bfba96
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 @@ -2,7 +2,7 @@ django>=4.2,<4.3
djangorestframework>=3.12,<3.15
markdown>=3.2,<3.5
django-filter>=2.4,<23.4
django-cors-headers>=4.0,<4.3
django-cors-headers>=4.0,<4.4
django-userforeignkey>=0.3,<0.6
django-rest-multitokenauth>=1.4.0,<1.6.0
django-rest-registration>=0.5.3,<0.8
Expand Down

0 comments on commit 9bfba96

Please sign in to comment.