From 5edfebbb15660137e4c358c39d2d60ac1890ce1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:32:26 +0000 Subject: [PATCH] Bump django-stubs in /{{cookiecutter.project_name}}/src/requirements Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.3 to 4.2.5. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.3...4.2.5) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production update-type: version-update:semver-patch ... 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 2300e5ca8..7bb124229 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==4.2.3 +django-stubs==4.2.5 djangorestframework-stubs==3.14.2 isort pipdeptree