Skip to content

Commit

Permalink
fix(deps): update dependency django-cors-headers to v4.7.0 (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent d6a969d commit 6d8ce6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ whitenoise = "6.8.2" # https://github.com/evansd/whitenoise
# Django REST Framework
# ------------------------------------------------------------------------------
djangorestframework = "3.15.2" # https://github.com/encode/django-rest-framework
django-cors-headers = "4.6.0" # https://github.com/adamchainz/django-cors-headers
django-cors-headers = "4.7.0" # https://github.com/adamchainz/django-cors-headers
# OpenAPI 3
# ------------------------------------------------------------------------------
drf-spectacular = "0.28.0" # https://github.com/tfranzel/drf-spectacular
Expand Down

0 comments on commit 6d8ce6b

Please sign in to comment.