diff --git a/src/poetry.lock b/src/poetry.lock index 2293c3e..3f02cb9 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "asgiref" @@ -125,18 +125,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 = "djangorestframework" @@ -605,4 +605,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd8573ae94750f1e9e21abaefc89745f4749249600fd91b4b197faafd80606a6" +content-hash = "1eef69184ebe64eec55213df823166ae1dd67973ea7766cb76772cc36045168c" diff --git a/src/pyproject.toml b/src/pyproject.toml index 9ce9aa6..32659df 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" django = ">=4.2,<4.3" djangorestframework = "^3.14.0" -django-cors-headers = "^4.3.1" +django-cors-headers = "^4.4.0" whitenoise = "^6.6.0" python-decouple = "^3.8" gunicorn = "^22.0.0"