diff --git a/poetry.lock b/poetry.lock index 1c11f32d..e7f2b0b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -703,17 +703,17 @@ django = ">=3.2" [[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 = "djangosaml2" @@ -1637,4 +1637,4 @@ docs = ["Sphinx", "elementpath (>=4.1.5,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f49e8cf0c683c6150e44a4b340973f993269dacdc51a5253921c6d126aff6248" +content-hash = "cb2dd19c0ef337864b1457f4b7682742b17e70f6245ed4c0abc8ddcde546732b" diff --git a/pyproject.toml b/pyproject.toml index 3aef89a1..41bc63cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requests = "^2.31.0" spotipy = "^2.22.1" coverage = "^6.5.0" django-guardian = "^2.3.0" # Does not support Django >= 4.0. -djangorestframework = "^3.15.0" +djangorestframework = "^3.15.2" django-oauth-toolkit = "^2.3.0" # Does not have official support for Django 5.0 yet. django-cors-headers = "^4.3.1" uritemplate = "^4.1.1"