diff --git a/poetry.lock b/poetry.lock index 52f63f5a..53260190 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,18 +720,17 @@ django = ">=1.10" [[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 = "exceptiongroup" @@ -2541,4 +2540,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "71ccc379c714454d1b8fe93581874a65186adf7a2b875a89f3c48662796f3163" +content-hash = "950b0e2647beff5b0f314b571f087bce2b18ad351c27969dde319cecfdd49fb6" diff --git a/pyproject.toml b/pyproject.toml index 4d94074b..3df1c5b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-rundevserver = "^0.3.1" django-secretballot = "^2.0.0" django-user-sessions = "^2.0.0" django-xforwardedfor-middleware = "^2.0" -djangorestframework = "^3.14.0" +djangorestframework = "^3.15.2" dj-hitcount = "^1.3.0" geoip2 = "^4.7.0" gunicorn = "^21.2.0"