From 6a9a270ceb81b3af9b0342f9bd20c9eed72b46a6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 21 Feb 2025 15:49:49 +0000 Subject: [PATCH] Update djangorestframework-stubs from 3.15.2 to 3.15.3 --- {{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 a1f385681..5ddfc3a42 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