diff --git a/poetry.lock b/poetry.lock index bac4c0aa..79237047 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,18 +370,18 @@ steam = ["python3-openid (>=3.0.8)"] [[package]] name = "django-cors-headers" -version = "4.5.0" +version = "4.6.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.9" files = [ - {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"}, + {file = "django_cors_headers-4.6.0-py3-none-any.whl", hash = "sha256:8edbc0497e611c24d5150e0055d3b178c6534b8ed826fb6f53b21c63f5d48ba3"}, + {file = "django_cors_headers-4.6.0.tar.gz", hash = "sha256:14d76b4b4c8d39375baeddd89e4f08899051eeaf177cb02a29bd6eae8cf63aa8"}, ] [package.dependencies] asgiref = ">=3.6" -django = ">=3.2" +django = ">=4.2" [[package]] name = "django-extended-ol" @@ -1208,4 +1208,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b36a6c7c822aa19aa7c1fd11dcb6ee525aec5a8a11262177b32e8dcd384f9bbc" +content-hash = "c13fbbbdafe088b19d968270db31e9c825430ebdcb61a799af01fcd673a62ea1" diff --git a/pyproject.toml b/pyproject.toml index c3ef8cfd..0a9e9f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ charset-normalizer = "^3.4.0" cryptography = "^43.0.3" defusedxml = "^0.7.1" django-allauth = "^64.0.0" -django-cors-headers = "^4.5.0" +django-cors-headers = "^4.6.0" django-filter = "^24.3" django-health-check = "^3.18.3" django-money = "^3.5.3"