Skip to content

Commit

Permalink
chore(deps): bump django-cors-headers from 4.5.0 to 4.6.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.5.0 to 4.6.0.
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.5.0...4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and c0rydoras committed Nov 5, 2024
1 parent 8628bce commit f0d1ae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python = "^3.12"
python-dateutil = "^2.9.0"
django = "^4.2.16"
# might remove this once we find out how the jsonapi extras_require work
django-cors-headers = "^4.5.0"
django-cors-headers = "^4.6.0"
django-filter = "^24.3"
django-prometheus = "^2.3.1"
djangorestframework = "^3.15.2"
Expand Down

0 comments on commit f0d1ae6

Please sign in to comment.