diff --git a/poetry.lock b/poetry.lock index e930849..59c7e03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -148,14 +148,14 @@ python-versions = "*" [[package]] name = "django-cors-headers" -version = "2.5.3" +version = "3.7.0" description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)." category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.6" [package.dependencies] -Django = ">=1.11" +Django = ">=2.2" [[package]] name = "django-filter" @@ -666,7 +666,7 @@ brotli = ["brotli"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "795169b8742b82e4eeec36ddedb808b159014f58d5b7d724dfef57c7666131c9" +content-hash = "d92bc5b77185d1398c29de406f936fc79abaf6cd82ddb364ef9b6238d165a18d" [metadata.files] attrs = [ @@ -773,8 +773,8 @@ django-bootstrap3 = [ {file = "django-bootstrap3-11.1.0.tar.gz", hash = "sha256:c417b25328fb8e97cb89e1f07d35632602d702e6eaca863328e833939d0d1743"}, ] django-cors-headers = [ - {file = "django-cors-headers-2.5.3.tar.gz", hash = "sha256:c7987faa9aaef7f6a802b0f354a719e80a9158c284f530265ac792f1ee725e52"}, - {file = "django_cors_headers-2.5.3-py2.py3-none-any.whl", hash = "sha256:ceacbd60dd5a65c95e65e74b5559bd4161aa3fe5713c44e1f3417a12bd41e7ba"}, + {file = "django-cors-headers-3.7.0.tar.gz", hash = "sha256:96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e"}, + {file = "django_cors_headers-3.7.0-py3-none-any.whl", hash = "sha256:1ac2b1213de75a251e2ba04448da15f99bcfcbe164288ae6b5ff929dc49b372f"}, ] django-filter = [ {file = "django-filter-2.4.0.tar.gz", hash = "sha256:84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06"}, diff --git a/pyproject.toml b/pyproject.toml index 460aa67..25b73aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.9" decorator = "^4.0.9" Django = "^2.2.19" requests = "^2.11.1" -django-cors-headers = "^2.0.1" +django-cors-headers = "^3.7.0" djangorestframework = "^3.12.4" djangorestframework-jwt = "^1.11.0" django-nose = "^1.4.5"