diff --git a/poetry.lock b/poetry.lock index cbe190c..ef25dbf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,16 +382,17 @@ bcrypt = ["bcrypt"] [[package]] name = "django-cors-headers" -version = "4.3.0" +version = "4.3.1" description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)." optional = false python-versions = ">=3.8" files = [ - {file = "django_cors_headers-4.3.0-py3-none-any.whl", hash = "sha256:bd36c7aea0d070e462f3383f0dc9ef717e5fdc2b10a99c98c285f16da84ffba2"}, - {file = "django_cors_headers-4.3.0.tar.gz", hash = "sha256:25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711"}, + {file = "django-cors-headers-4.3.1.tar.gz", hash = "sha256:0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207"}, + {file = "django_cors_headers-4.3.1-py3-none-any.whl", hash = "sha256:0b1fd19297e37417fc9f835d39e45c8c642938ddba1acce0c1753d3edef04f36"}, ] [package.dependencies] +asgiref = ">=3.6" Django = ">=3.2" [[package]] @@ -1528,4 +1529,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "98e500221932d5bab52fcab2b4b57157519f0272e9056da4412e4dae916db277" +content-hash = "4a9cd9827283eb3e5a128d4173fd1c1c0dc124968dbcc9051f76f31741970aa7" diff --git a/pyproject.toml b/pyproject.toml index 7b089f0..c8168ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-decouple = "3.8" django-filter = "23.3" graphene-django = "3.1.5" graphene-django-extras = { git = "https://github.com/wax911/graphene-django-extras.git", tag = "0.1.0" } -django-cors-headers = "4.3.0" +django-cors-headers = "4.3.1" graphene = "3.3" django-enumfield = "3.1" django-graphql-playground = "1.0"