diff --git a/requirements/base.txt b/requirements/base.txt index 9ba0dd6..d38d6b8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -25,7 +25,7 @@ django-mptt==0.18.0 # https://github.com/django-mptt/django-mptt # Django REST Framework djangorestframework==3.16.1 # https://github.com/encode/django-rest-framework django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers -dj-rest-auth==7.1.1 # https://github.com/iMerica/dj-rest-auth +dj-rest-auth==7.2.0 # https://github.com/iMerica/dj-rest-auth djangorestframework-simplejwt==5.5.1 # https://github.com/jazzband/djangorestframework-simplejwt drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular # Observability diff --git a/requirements/local.txt b/requirements/local.txt index 1862e1d..5200f11 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -34,4 +34,4 @@ pytest-django==4.12.0 # https://github.com/pytest-dev/pytest-django # Containers # ------------------------------------------------------------------------------ -rust-just==1.46.0 # https://github.com/casey/just +rust-just==1.47.0 # https://github.com/casey/just