Merge pull request #140 from Alexander-D-Karpov/dependabot/pip/django-cors-headers-4.0.0

Bump django-cors-headers from 3.14.0 to 4.0.0
This commit is contained in:
Alexander Karpov 2023-06-04 01:16:03 +03:00 committed by GitHub
commit 5173897955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1416,14 +1416,14 @@ Pillow = ">=9.0.0"
[[package]]
name = "django-cors-headers"
version = "3.14.0"
version = "4.0.0"
description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "django_cors_headers-3.14.0-py3-none-any.whl", hash = "sha256:684180013cc7277bdd8702b80a3c5a4b3fcae4abb2bf134dceb9f5dfe300228e"},
{file = "django_cors_headers-3.14.0.tar.gz", hash = "sha256:5fbd58a6fb4119d975754b2bc090f35ec160a8373f276612c675b00e8a138739"},
{file = "django_cors_headers-4.0.0-py3-none-any.whl", hash = "sha256:e3cbd247a1a835da4cf71a70d4214378813ea7e08337778b82cb2c1bc19d28d6"},
{file = "django_cors_headers-4.0.0.tar.gz", hash = "sha256:a971cd4c75b29974068cc36b5c595698822f1e0edd5f1b32ea42ea37326ad4aa"},
]
[package.dependencies]
@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "34e23e0d5dd629cd21e8e57a57270394d0ef8b5e874ee21f42d4b8b4436d681d"
content-hash = "03823e6cd0e79b62df9738fdf9e91328ea64a2aa312c1cef04248d5135c4650e"

View File

@ -31,7 +31,7 @@ django-ckeditor = "^6.5.1"
django-colorfield = "^0.8.0"
djangorestframework = "^3.14.0"
django-rest-auth = "^0.9.5"
django-cors-headers = "^3.13.0"
django-cors-headers = "^4.0.0"
drf-spectacular = "^0.26.2"
werkzeug = {extras = ["watchdog"], version = "^2.3.3"}
ipdb = "^0.13.13"