Skip to content

Commit 8cfc56f

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
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](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]>
1 parent e645fca commit 8cfc56f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ psycopg2-binary==2.9.9
1212

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

1818
# Used directly and also by Django's YAML serializer.

requirements/common.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ django-cache-memoize==0.2.1 \
376376
--hash=sha256:025ff5d941420247b83452bb183bde172dde7def95501fca829adf8ea01b2b7b \
377377
--hash=sha256:07929d063a03557013875d453a13edc8e3359d3ba8a568b64ac3288578ed8be3
378378
# via -r requirements/common.in
379-
django-cors-headers==4.6.0 \
380-
--hash=sha256:14d76b4b4c8d39375baeddd89e4f08899051eeaf177cb02a29bd6eae8cf63aa8 \
381-
--hash=sha256:8edbc0497e611c24d5150e0055d3b178c6534b8ed826fb6f53b21c63f5d48ba3
379+
django-cors-headers==4.7.0 \
380+
--hash=sha256:6fdf31bf9c6d6448ba09ef57157db2268d515d94fc5c89a0a1028e1fc03ee52b \
381+
--hash=sha256:f1c125dcd58479fe7a67fe2499c16ee38b81b397463cf025f0e2c42937421070
382382
# via -r requirements/common.in
383383
django-environ==0.11.2 \
384384
--hash=sha256:0ff95ab4344bfeff693836aa978e6840abef2e2f1145adff7735892711590c05 \

0 commit comments

Comments
 (0)