From 049ba391053e48fbef6a6aff15a5ba6fedc391a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:25:10 +0000 Subject: [PATCH] Bump django-stubs from 5.1.0 to 5.1.1 in /requirements Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.0...5.1.1) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 556064f0..f0e435c6 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -5,7 +5,7 @@ # https://github.com/python/mypy mypy==1.12.0 # https://github.com/typeddjango/django-stubs -django-stubs==5.1.0 +django-stubs==5.1.1 # https://github.com/pytest-dev/pytest pytest==8.3.3 # https://github.com/Frozenball/pytest-sugar