diff --git a/poetry.lock b/poetry.lock index 90c23fa..4cbec07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -483,18 +483,18 @@ bcrypt = ["bcrypt"] [[package]] name = "django-cors-headers" -version = "4.3.1" +version = "4.4.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.8" files = [ - {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"}, + {file = "django_cors_headers-4.4.0-py3-none-any.whl", hash = "sha256:5c6e3b7fe870876a1efdfeb4f433782c3524078fa0dc9e0195f6706ce7a242f6"}, + {file = "django_cors_headers-4.4.0.tar.gz", hash = "sha256:92cf4633e22af67a230a1456cb1b7a02bb213d6536d2dcb2a4a24092ea9cebc2"}, ] [package.dependencies] asgiref = ">=3.6" -Django = ">=3.2" +django = ">=3.2" [[package]] name = "django-enumfield" @@ -1614,4 +1614,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ce488ad3f45e6facc6a34a1e43a25b234f6b3e1faf3554ac36784b7e1f8868b1" +content-hash = "5a63a14b9239b4d008be8d6a8395f327244a77ec455cb772e68f3d9dbed4b327" diff --git a/pyproject.toml b/pyproject.toml index b930207..e6017b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-decouple = "3.8" django-filter = "24.2" 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.3.1" +django-cors-headers = "4.4.0" graphene = "3.3" django-enumfield = "3.1" django-graphql-playground = "1.0"