diff --git a/poetry.lock b/poetry.lock index c79013e2c..f299890b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -626,18 +626,18 @@ Django = ">=2.2" [[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-debug-toolbar" @@ -2356,4 +2356,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "f48ca73fb06f82868bd48acad47906e36e0d377e8adb65c03d813211031a19e3" +content-hash = "3583fac97fce5a47c4bbf4f172f5601e5c173e7d83a43f67d6ae2d4bf7433981" diff --git a/pyproject.toml b/pyproject.toml index 14dd2c6a7..be2de3d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ selenium = "^4.21.0" pylibmc = "^1.6.1" psycopg2-binary = "^2.9.9" boto = "^2.49.0" -django-cors-headers = "^4.3.1" +django-cors-headers = "^4.4.0" protobuf = "^4.25.3" django-storages = {extras = ["google"], version = "^1.14.3"} django-timedeltafield = "^0.7.10"