diff --git a/poetry.lock b/poetry.lock index 174d189..c8581a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -467,18 +467,18 @@ djangorestframework = ">=3.12,<3.16" [[package]] name = "djangorestframework-simplejwt" -version = "5.3.1" +version = "5.4.0" description = "A minimal JSON Web Token authentication plugin for Django REST Framework" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "djangorestframework_simplejwt-5.3.1-py3-none-any.whl", hash = "sha256:381bc966aa46913905629d472cd72ad45faa265509764e20ffd440164c88d220"}, - {file = "djangorestframework_simplejwt-5.3.1.tar.gz", hash = "sha256:6c4bd37537440bc439564ebf7d6085e74c5411485197073f508ebdfa34bc9fae"}, + {file = "djangorestframework_simplejwt-5.4.0-py3-none-any.whl", hash = "sha256:7aec953db9ed4163430c16d086eecb0f028f814ce6bba62b06c25919261e9077"}, + {file = "djangorestframework_simplejwt-5.4.0.tar.gz", hash = "sha256:cccecce1a0e1a4a240fae80da73e5fc23055bababb8b67de88fa47cd36822320"}, ] [package.dependencies] -django = ">=3.2" -djangorestframework = ">=3.12" +django = ">=4.2" +djangorestframework = ">=3.14" pyjwt = ">=1.7.1,<3" [package.extras] @@ -788,6 +788,7 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, + {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"}, @@ -1317,4 +1318,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "570d7c5b771c2c0d270fdf1266930acad26fc045cfd2603dfeab33094af3cf6f" +content-hash = "a0777cbd85f9cc70f67c58a6c38ad291d7bc1a319ff7bc86c3a239ecbbb69f62" diff --git a/pyproject.toml b/pyproject.toml index f4e633f..169eedd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ django-health-check = "^3.18.3" django-money = "^3.5.3" djangorestframework = "^3.15.2" djangorestframework-gis = "^1.0" -djangorestframework-simplejwt = "^5.3.1" +djangorestframework-simplejwt = "^5.4.0" drf-spectacular = "^0.28.0" gunicorn = "^23.0.0" idna = "^3.8"