From 6f74e2423151254382cbc46d5c48502214abdcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:28:28 +0000 Subject: [PATCH] Bump django-stubs from 5.1.1 to 5.1.2 in /requirements Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.1...5.1.2) --- 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 040acc21..8f9481ff 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -5,7 +5,7 @@ # https://github.com/python/mypy mypy==1.14.1 # https://github.com/typeddjango/django-stubs -django-stubs==5.1.1 +django-stubs==5.1.2 # https://github.com/pytest-dev/pytest pytest==8.3.4 # https://github.com/Frozenball/pytest-sugar