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"