From 74c3298bd4fb181bd0d1c087b44a517a379f5f14 Mon Sep 17 00:00:00 2001 From: Roberto Musso Date: Sat, 11 Apr 2026 10:58:21 +0200 Subject: [PATCH] update package --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c2762bf..832de75 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: run: pip install --no-cache-dir -r requirements.txt - name: Install Test Dependencies - run: pip install --no-cache-dir pytest pytest-asyncio httpx aiosqlite + run: pip install --no-cache-dir pytest pytest-asyncio httpx aiosqlite ruff - name: Run Linter run: ruff check app/ tests/