diff --git a/poetry.lock b/poetry.lock index c0e24f13..79991d6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -801,17 +801,17 @@ reload = ["django-browser-reload (>=1.12.1,<2.0.0)"] [[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 = "executing" @@ -1959,7 +1959,7 @@ files = [ [package.dependencies] requests = "*" -requests-oauthlib = "*" +requests_oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2185,4 +2185,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d4cb0b38453027f81711605399a90b909a646f5a9ccaf07a0ec0b131c4ab6e21" +content-hash = "a41120f2a0e752b9289b98f55d461d146e1c1ff8375616fdfabddf3c9234cfe0" diff --git a/pyproject.toml b/pyproject.toml index f92eb43f..0c8f1b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ ansicolors = "^1.1.8" prettytable = "^3.10.0" courts-db = "^0.10.17" Django = "^5.0.3" -djangorestframework = "^3.15.1" +djangorestframework = "^3.15.2" django-environ = "^0.11.2" sentry-sdk = "^2.3.1" django-csp = "^3.8"