From cb4181a6c06976185066b69ceed90e111a78d135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:56:13 +0000 Subject: [PATCH] chore(deps): update django-stubs requirement 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/4.2.7...5.1.3) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8b6e0742f..927cacc903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ django-oidc-provider==0.8.2 # 0.8.3 changes logout flow and claim return django-referrer-policy>=1.0 django-simple-history>=3.0.0 django-storages>=1.14.4 -django-stubs>=4.2.7,<5 # The django-stubs version used determines the the mypy version indicated below +django-stubs>=4.2.7,<6 # The django-stubs version used determines the the mypy version indicated below django-tastypie>=0.14.7,<0.15.0 # Version must be locked in sync with version of Django django-vite>=2.0.2,<3 django-widget-tweaks>=1.4.12