From c873166e2112d5953f52dd205bc6138c12cf8c05 Mon Sep 17 00:00:00 2001 From: arabian Date: Tue, 14 Jul 2026 16:43:57 +0300 Subject: [PATCH] fix(dependabot): install tomlkit --- .github/workflows/dependabot-flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-flatpak.yml b/.github/workflows/dependabot-flatpak.yml index 7cc533b..cb68a52 100644 --- a/.github/workflows/dependabot-flatpak.yml +++ b/.github/workflows/dependabot-flatpak.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.x" - name: Install dependencies - run: pip install aiohttp toml + run: pip install aiohttp tomlkit - name: Generate cargo-sources.json run: bash ./scripts/generate-sources.sh