diff --git a/poetry.lock b/poetry.lock index df2d7323..0da5e7f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -512,7 +512,7 @@ description = "serialize all of Python" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version == \"3.12\"" +markers = "python_version >= \"3.12\"" files = [ {file = "dill-0.3.7-py3-none-any.whl", hash = "sha256:76b122c08ef4ce2eedcd4d1abd8e641114bfc6c2867f49f3c41facf65bf19f5e"}, {file = "dill-0.3.7.tar.gz", hash = "sha256:cc1c8b182eb3013e24bd475ff2e9295af86c1a38eb1aff128dac8962a9ce3c03"}, @@ -588,19 +588,19 @@ typing_extensions = ">=4.0.0" [[package]] name = "django-cors-headers" -version = "4.4.0" +version = "4.8.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" +python-versions = ">=3.9" groups = ["main"] files = [ - {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"}, + {file = "django_cors_headers-4.8.0-py3-none-any.whl", hash = "sha256:3b883f4c6d07848673218456a5e070d8ab51f97341c1f27d0242ca167e7272ab"}, + {file = "django_cors_headers-4.8.0.tar.gz", hash = "sha256:0a12a2efcd59a3cea741e44db8ab589e929949de5bc4cdf35a29c6ae77297686"}, ] [package.dependencies] asgiref = ">=3.6" -django = ">=3.2" +django = ">=4.2" [[package]] name = "django-debug-toolbar" @@ -2310,4 +2310,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.12.*" -content-hash = "242f63554bf90e74e17c91a350f99c2b450a77c82e61548b5c9727e18b825659" +content-hash = "e06552cb0ae932351f464a160cdcb5388971aa9b37afc39d1a6509772f0cdd49" diff --git a/pyproject.toml b/pyproject.toml index 51e69bd1..ee525b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.12.*" Django = "^4.2.16" django-q = "^1.3.9" django-choices-field = "^2.3" -django-cors-headers = "^4.4.0" +django-cors-headers = "^4.8.0" gunicorn = "^22.0.0" Pillow = "^10.4.0" psycopg2 = "^2.9.9"