diff --git a/poetry.lock b/poetry.lock index 56639aa..aa77ef1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1958,4 +1958,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "68af795ea9540918b8a8735faa70394e2ea3e588d008c8db0c5aa6ec407fa30f" +content-hash = "39f0798336559d3cc35a493de926059c113ecbf068131388495f1df2e2442154" diff --git a/pyproject.toml b/pyproject.toml index 8146f01..3410c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ django-phonenumber-field = {version = "^6.4.0", extras = ["phonenumbers"]} django-polymorphic = "^3.1.0" django-tables2 = "^2.4.1" djangorestframework = "^3.12.4" -djangorestframework-simplejwt = "^5.2.0" +djangorestframework-simplejwt = "^5.5.0" google-auth = "^2.9.1" google-api-python-client = "^2.54.0" gunicorn = "^23.0.0" @@ -46,6 +46,7 @@ sentry-sdk = "^2.24.1" six = "^1.12.0" uWSGI = "^2.0.28" whitenoise = "^6.2.0" +pyjwt = "^2.9.0" [tool.poetry.group.dev.dependencies] black = "^25.1.0"