From 630f0c029b78564d28ee0642a316d96c4a361b51 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Thu, 30 Jan 2025 14:50:59 +0100 Subject: [PATCH] Dependabot: pin django-tailwind to 3.6 https://github.com/timonweb/django-tailwind/issues/210 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b4e3f9..3cb0dfc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,8 @@ updates: - dependency-name: "django" versions: - ">=5.0" + + # django-tailwind 3.7 and are broken on Python 3.9: https://github.com/timonweb/django-tailwind/issues/210 + - dependency-name: "django-tailwind" + versions: + - ">3.6"