From 4c148b0500f1c34247abad6ac111cf0a3463cc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:20:56 +0000 Subject: [PATCH] Bump django-stubs from 4.2.6 to 4.2.7 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.6 to 4.2.7. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.6...4.2.7) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 5a9ffbc5..f6b8595b 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -58,9 +58,9 @@ django==4.2.8 # django-stubs-ext django-debug-toolbar==4.2.0 # via -r requirements/dev-requirements.in -django-stubs==4.2.6 +django-stubs==4.2.7 # via -r requirements/dev-requirements.in -django-stubs-ext==4.2.5 +django-stubs-ext==4.2.7 # via django-stubs docutils==0.20.1 # via sphinx