diff --git a/poetry.lock b/poetry.lock index 827a80b78a..71381db9e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -675,17 +675,18 @@ celery = ">=5.2.3,<6.0" [[package]] name = "django-cors-headers" -version = "3.13.0" +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.7" +python-versions = ">=3.8" files = [ - {file = "django-cors-headers-3.13.0.tar.gz", hash = "sha256:f9dc6b4e3f611c3199700b3e5f3398c28757dcd559c2f82932687f3d0443cfdf"}, - {file = "django_cors_headers-3.13.0-py3-none-any.whl", hash = "sha256:37e42883b5f1f2295df6b4bba96eb2417a14a03270cb24b2a07f021cd4487cf4"}, + {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] -Django = ">=3.2" +asgiref = ">=3.6" +django = ">=3.2" [[package]] name = "django-manifest-loader" @@ -3107,4 +3108,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "303c9a5ae7cc71e43a4042e224f99bb3c3c7510572d336911830cf1ba1b19a7e" diff --git a/pyproject.toml b/pyproject.toml index b3c9280c24..b53934d286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ defusedxml = "0.7.1" Django = "4.1" django-ajax-selects = "2.2.0" django-celery-results = "2.4.0" -django-cors-headers = "3.13.0" +django-cors-headers = "4.4.0" django-manifest-loader = "1.0.0" flake8-black = "0.3.6" gprof2dot = "2022.7.29"