diff --git a/poetry.lock b/poetry.lock index 7dbfdef8..c590cb49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -568,18 +568,18 @@ pytz = "*" [[package]] name = "djangorestframework-jsonapi" -version = "6.0.0" +version = "6.1.0" description = "A Django REST framework API adapter for the JSON:API spec." optional = false python-versions = ">=3.7" files = [ - {file = "djangorestframework-jsonapi-6.0.0.tar.gz", hash = "sha256:f2465b1b1cd3f372abacc8d99f82835643373f4f3f12965276ad1ccc2d110415"}, - {file = "djangorestframework_jsonapi-6.0.0-py2.py3-none-any.whl", hash = "sha256:a93b3678bd5e2f070946ca32d7d0bb3734cb5966a80f8a44fa721fcf15cf89ce"}, + {file = "djangorestframework-jsonapi-6.1.0.tar.gz", hash = "sha256:237a6ed3780f0b6571c838c33fde57286152166213ad2986cb1d0f45cff45425"}, + {file = "djangorestframework_jsonapi-6.1.0-py2.py3-none-any.whl", hash = "sha256:d35fc0868ef104038882203da160c7b51216dec3f4e089cd5177bb95f9fe4af1"}, ] [package.dependencies] -django = ">=3.2,<4.2" -djangorestframework = ">=3.13,<3.15" +django = ">=3.2" +djangorestframework = ">=3.13" inflection = ">=0.5.0" [package.extras] @@ -1955,4 +1955,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d1f8053a3dacd25222d30ec8b2adae8c5692f55148277e0c6ac5ef54f116d52b" +content-hash = "4dceeb4b1c9f21735d03ee5cfce44a4c19402334873d2923255c0ac6813b87dd" diff --git a/pyproject.toml b/pyproject.toml index 294e95b7..c1399539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-filter = "^23.5" django-multiselectfield = "^0.1.12" django-prometheus = "^2.3.1" djangorestframework = "^3.14.0" -djangorestframework-jsonapi = "^6.0.0" +djangorestframework-jsonapi = "^6.1.0" mozilla-django-oidc = "^4.0.1" psycopg2-binary = "^2.9.9" pytz = "^2024.1"