From 5bd1cda74391a7348947ece0c47fdd734c914cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:33:38 +0000 Subject: [PATCH] Bump django-stubs from 6.0.7 to 6.1.0 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 6.0.7 to 6.1.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/6.0.7...6.1.0) --- updated-dependencies: - dependency-name: django-stubs dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a1cfd75db..6723a37df 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ watchfiles==1.2.0 # https://github.com/samuelcolvin/watchfiles # ------------------------------------------------------------------------------ mypy==2.3.0 # https://github.com/python/mypy -django-stubs==6.0.7 # https://github.com/typeddjango/django-stubs +django-stubs==6.1.0 # https://github.com/typeddjango/django-stubs pytest==9.1.1 # https://github.com/pytest-dev/pytest pytest-cov==7.1.0 # https://github.com/pytest-dev/pytest-cov pytest-xdist==3.8.0 # https://github.com/pytest-dev/pytest-xdist (parallel test execution)