From d0d679bb97fa7481bd986c013a49acfe7c83cbc3 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 27 Apr 2023 12:55:44 -0500 Subject: [PATCH] Update djangorestframework-stubs from 1.10.0 to 3.14.0 (#4303) --- {{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 0b729ee5..bac28ecf 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