diff --git a/src/poetry.lock b/src/poetry.lock index 2293c3e..c83d3f8 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -125,18 +125,18 @@ bcrypt = ["bcrypt"] [[package]] name = "django-cors-headers" -version = "4.3.1" +version = "4.5.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" 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.5.0-py3-none-any.whl", hash = "sha256:28c1ded847aa70208798de3e42422a782f427b8b720e8d7319d34b654b5978e6"}, + {file = "django_cors_headers-4.5.0.tar.gz", hash = "sha256:6c01a85cf1ec779a7bde621db853aa3ce5c065a5ba8e27df7a9f9e8dac310f4f"}, ] [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 = "42607c70f791ae29a02147bfbaaa3058fb5bf4fcce9a0c56867b1c1d788a9117" diff --git a/src/pyproject.toml b/src/pyproject.toml index 9ce9aa6..ed26bb9 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.5.0" whitenoise = "^6.6.0" python-decouple = "^3.8" gunicorn = "^22.0.0"