From 70f5a984b4a5171cd1d7c99fe65d2000ae262393 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 21 Feb 2025 09:09:51 -0800 Subject: [PATCH] Update djangorestframework-stubs to 3.15.3 (#5695) --- {{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 82f8efd9..099b3946 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -18,7 +18,7 @@ django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-st pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar {%- if cookiecutter.use_drf == "y" %} -djangorestframework-stubs==3.15.2 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs {%- endif %} # Documentation