diff --git a/poetry.lock b/poetry.lock index 1a76e8d..390eba9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -517,18 +517,18 @@ bcrypt = ["bcrypt"] [[package]] name = "django-cors-headers" -version = "4.5.0" +version = "4.6.0" 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.9" files = [ - {file = "django_cors_headers-4.5.0-py3-none-any.whl", hash = "sha256:28c1ded847aa70208798de3e42422a782f427b8b720e8d7319d34b654b5978e6"}, - {file = "django_cors_headers-4.5.0.tar.gz", hash = "sha256:6c01a85cf1ec779a7bde621db853aa3ce5c065a5ba8e27df7a9f9e8dac310f4f"}, + {file = "django_cors_headers-4.6.0-py3-none-any.whl", hash = "sha256:8edbc0497e611c24d5150e0055d3b178c6534b8ed826fb6f53b21c63f5d48ba3"}, + {file = "django_cors_headers-4.6.0.tar.gz", hash = "sha256:14d76b4b4c8d39375baeddd89e4f08899051eeaf177cb02a29bd6eae8cf63aa8"}, ] [package.dependencies] asgiref = ">=3.6" -django = ">=3.2" +django = ">=4.2" [[package]] name = "django-enumfield" @@ -1643,4 +1643,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7a03b5986c6fa66c916d4b40d34d78e6c000d1e2e92de48c4ddd3e9f9a7d9367" +content-hash = "863bc6b75f79197c9b3696f689faade5519eea1022966a679b8ae48a3bfa6e7b" diff --git a/pyproject.toml b/pyproject.toml index ec48b6b..17bc8ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-decouple = "3.8" django-filter = "24.3" graphene-django = "3.2.2" graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.1" } -django-cors-headers = "4.5.0" +django-cors-headers = "4.6.0" graphene = "3.4.1" django-enumfield = "3.1" django-graphql-playground = "1.0"