From 1a5ebee89355a0af1c02d2a1fd62a202958c5817 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 7 Jan 2026 18:13:20 +0100 Subject: [PATCH] Dependabot: fix django-tailwind at 4.2.0 --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e56e3cc..f7565d4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,11 @@ updates: versions: - ">=6.0" + # 4.2.0 is the last version to support Python 3.10, which Bugsink supports + - dependency-name: "django-tailwind" + versions: + - ">4.2.0" + # 8.7.2. is the last version to support ProcessState (i.e. minidump parsing) which we need - dependency-name: "symbolic" versions: