From a96a847b4ef23380a5b17e6bb5836e81beebba34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:36:36 +0000 Subject: [PATCH] Update django-stubs requirement from ^5.0.0 to >=5,<7 Updates the requirements on [django-stubs](https://github.com/typeddjango/django-stubs) to permit the latest version. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.0...6.0.3) --- updated-dependencies: - dependency-name: django-stubs dependency-version: 6.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index faa7600..ecf9c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ black = "^26.1.0" isort = ">=6.0.1" mypy = "^1.2.0" types-python-dateutil = "^2.8.19.12" -django-stubs = {extras = ["compatible-mypy"], version = "^5.0.0"} +django-stubs = {extras = ["compatible-mypy"], version = ">=5,<7"} pylint-django = "^2.5.5" bandit = "^1.7.8" tblib = "^3.0.0"