diff --git a/poetry.lock b/poetry.lock index df8cffa3..cc5525db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -969,18 +969,17 @@ zxcvbn = "*" [[package]] name = "djangorestframework" -version = "3.14.0" +version = "3.15.2" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "djangorestframework-3.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, - {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, + {file = "djangorestframework-3.15.2-py3-none-any.whl", hash = "sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20"}, + {file = "djangorestframework-3.15.2.tar.gz", hash = "sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"}, ] [package.dependencies] -django = ">=3.0" -pytz = "*" +django = ">=4.2" [[package]] name = "djangorestframework-stubs" @@ -2701,4 +2700,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2a385458170ec991b9efae13b96cacbaffaac54f0fc75d14a1f5e25a7351a9a0" +content-hash = "cafd6a2912fad1f6139c988558abf743448bef47752659cac85a7de8885fa5ae" diff --git a/pyproject.toml b/pyproject.toml index 41a11712..2b75f2c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ django-cors-headers = "^3.11" django-redis = "^5.2" django-redis-cache = "^3.0" django-storages = "~1.12" -djangorestframework = "^3.13" +djangorestframework = "^3.15" pyotp = "2.3.0" gunicorn = "^22.0.0" boto3 = "^1.14.33"