From 62940c8c1b0823eca319c1ff6072b710c51c1791 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 27 Apr 2023 17:20:03 +0100 Subject: [PATCH] Update djangorestframework-stubs from 1.10.0 to 3.14.0 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 0b729ee56..bac28ecfa 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -18,7 +18,7 @@ django-stubs==4.2.0 # https://github.com/typeddjango/django-stubs pytest==7.3.1 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar {%- if cookiecutter.use_drf == "y" %} -djangorestframework-stubs==1.10.0 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs==3.14.0 # https://github.com/typeddjango/djangorestframework-stubs {%- endif %} # Documentation