fix(dependabot): install tomlkit

This commit is contained in:
2026-07-14 16:43:57 +03:00
parent ec4e873071
commit c873166e21
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
- name: Install dependencies - name: Install dependencies
run: pip install aiohttp toml run: pip install aiohttp tomlkit
- name: Generate cargo-sources.json - name: Generate cargo-sources.json
run: bash ./scripts/generate-sources.sh run: bash ./scripts/generate-sources.sh