diff --git a/src/poetry.lock b/src/poetry.lock index 26eb9733a0..6be5592e6e 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -36,17 +36,17 @@ bcrypt = ["bcrypt"] [[package]] name = "djangorestframework" -version = "3.15.1" +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.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, - {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, + {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" +django = ">=4.2" [[package]] name = "sqlparse" @@ -77,4 +77,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f5c48ee5ddb262ac0a2198519b1072afd50b387d3886ce1e68b9dbb14b4a8e51" +content-hash = "012c662a5e0c8658e5cd7a3e0115c0509942d3b9bfa388e40ca3ef7a498b4063" diff --git a/src/pyproject.toml b/src/pyproject.toml index 2c3773b957..0d6e84275e 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" django = "5.0.6" -djangorestframework = "3.15.1" +djangorestframework = "3.15.2" [build-system]