From eb96cc04e100cabc30d435c1259e74178ef35def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 04:30:15 +0000 Subject: [PATCH] Bump django-stubs in /{{cookiecutter.project_name}}/src/requirements Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 5.0.4 to 5.1.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.4...5.1.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_name}}/src/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/src/requirements/local.txt b/{{cookiecutter.project_name}}/src/requirements/local.txt index 8337355c..f2e8cbf8 100644 --- a/{{cookiecutter.project_name}}/src/requirements/local.txt +++ b/{{cookiecutter.project_name}}/src/requirements/local.txt @@ -4,7 +4,7 @@ # Add local extra requirements here (django-debug etc) black django-debug-toolbar -django-stubs==5.0.4 +django-stubs==5.1.0 djangorestframework-stubs==3.15.0 isort mypy==1.11.2