Compare commits

..

4 Commits

Author SHA1 Message Date
dependabot[bot]
6c8e441188 Merge a8b2661c2c into b1eac7a356 2025-02-10 21:12:36 +00:00
pacnpal
b1eac7a356 Merge pull request #33 from pacnpal/dependabot/pip/django-cors-headers-4.7.0
[DEPENDABOT] Update: Bump django-cors-headers from 4.6.0 to 4.7.0
2025-02-10 16:12:25 -05:00
pacnpal
e140f66c39 Update review.yml 2025-02-10 13:35:29 -05:00
dependabot[bot]
f4b806da68 [DEPENDABOT] Update: Bump django-cors-headers from 4.6.0 to 4.7.0
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.6.0 to 4.7.0.
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0)

---
updated-dependencies:
- dependency-name: django-cors-headers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 16:50:51 +00:00

View File

@@ -1,7 +1,7 @@
# Django and REST framework
Django==5.1.6
djangorestframework==3.15.2
django-cors-headers==4.6.0
django-cors-headers==4.7.0
# Authentication
django-allauth==65.4.0