Skip to content

Commit

Permalink
Bump django-cors-headers from 4.6.0 to 4.7.0
Browse files Browse the repository at this point in the history
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](adamchainz/django-cors-headers@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Archaeopteryx committed Feb 7, 2025
1 parent e645fca commit 8cfc56f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ psycopg2-binary==2.9.9

jsonschema==4.23.0 # import jsonschema
djangorestframework==3.15.2 # Imported as rest_framework
django-cors-headers==4.6.0 # Listed as 3rd party app on settings.py
django-cors-headers==4.7.0 # Listed as 3rd party app on settings.py
mozlog==8.0.0

# Used directly and also by Django's YAML serializer.
Expand Down
6 changes: 3 additions & 3 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ django-cache-memoize==0.2.1 \
--hash=sha256:025ff5d941420247b83452bb183bde172dde7def95501fca829adf8ea01b2b7b \
--hash=sha256:07929d063a03557013875d453a13edc8e3359d3ba8a568b64ac3288578ed8be3
# via -r requirements/common.in
django-cors-headers==4.6.0 \
--hash=sha256:14d76b4b4c8d39375baeddd89e4f08899051eeaf177cb02a29bd6eae8cf63aa8 \
--hash=sha256:8edbc0497e611c24d5150e0055d3b178c6534b8ed826fb6f53b21c63f5d48ba3
django-cors-headers==4.7.0 \
--hash=sha256:6fdf31bf9c6d6448ba09ef57157db2268d515d94fc5c89a0a1028e1fc03ee52b \
--hash=sha256:f1c125dcd58479fe7a67fe2499c16ee38b81b397463cf025f0e2c42937421070
# via -r requirements/common.in
django-environ==0.11.2 \
--hash=sha256:0ff95ab4344bfeff693836aa978e6840abef2e2f1145adff7735892711590c05 \
Expand Down

0 comments on commit 8cfc56f

Please sign in to comment.