From 4d7f5439a83116f8741e219c7b570010f0c3703d Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 14 Jun 2025 16:30:30 -0700 Subject: [PATCH 1/2] Back to Python3 Slim (needed for Lingua) --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 31f6ca1..d5d56fb 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -2,7 +2,7 @@ when: branch: main steps: - name: lint - image: python:3-alpine + image: python:3-slim commands: - python -m pip install --upgrade pip - python -m pip install -r requirements.txt From cc975cfefd2d9ebdbd187b7b21e166cb3e9ef504 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 14 Jun 2025 23:32:35 +0000 Subject: [PATCH 2/2] Update dependency beautifulsoup4 to v4.13.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa72820..13d286b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.12.3 +beautifulsoup4==4.13.4 blurhash==1.1.4 certifi==2024.12.14 charset-normalizer==3.4.1