diff --git a/backend/poetry.lock b/backend/poetry.lock index f57b4c67..d49176cd 100644 --- a/backend/poetry.lock +++ b/backend/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 = "amqp" @@ -599,17 +599,17 @@ types-psycopg2 = ">=2.9.21.13" [[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 = "djangorestframework-simplejwt" @@ -1627,4 +1627,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.11.4" -content-hash = "38ca277a671386e88ace4172a6fedd6a4594440db3899fff2dc8523fc715700f" +content-hash = "9aeb2a51c43a48209d7a082eb4c27097f690bce85d3c0501b871f5c552a3bf1c" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 302e998b..9963d6e6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false python = "^3.11.4" django = "^5.0.3" django-sslserver = "^0.22" -djangorestframework = "^3.15.1" +djangorestframework = "^3.15.2" django-rest-swagger = "^2.2.0" drf-yasg = "^1.21.7" requests = "<2.32"