Compare commits

...

6 Commits

Author SHA1 Message Date
dependabot[bot]
9e672e0ed1 Merge e140f66c39 into 76ffdd7a20 2025-02-10 20:05:06 +00:00
pacnpal
76ffdd7a20 Update review.yml 2025-02-10 15:03:59 -05:00
pacnpal
2fb975caba Update review.yml 2025-02-10 15:02:47 -05:00
pacnpal
c78299bc69 Update review.yml 2025-02-10 14:59:00 -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
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Run Claude Review - name: Run Claude Review
uses: pacnpal/claude-code-review@v1.0.7 uses: pacnpal/claude-code-review@main
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }}

View File

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