diff --git a/requirements/local.txt b/requirements/local.txt index 3b1d01c..98f0db3 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ psycopg2==2.9.6 # https://github.com/psycopg/psycopg2 # ------------------------------------------------------------------------------ mypy==1.4.1 # https://github.com/python/mypy django-stubs==4.2.1 # https://github.com/typeddjango/django-stubs -djangorestframework-stubs==3.14.1 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs==3.14.4 # https://github.com/typeddjango/djangorestframework-stubs tblib==2.0.0 # Needed to see the traceback for the parallel test runner.