From d32bd334fbfe9b64603d5268c88620fa9d1a8979 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 14 Jun 2025 23:26:56 +0000 Subject: [PATCH 1/3] Update dependency SQLAlchemy to v2.0.41 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa72820..5f48ad2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ PyYAML==6.0.2 requests==2.32.3 six==1.17.0 soupsieve==2.6 -SQLAlchemy==2.0.37 +SQLAlchemy==2.0.41 typing_extensions==4.12.2 urllib3==2.3.0 From 4d7f5439a83116f8741e219c7b570010f0c3703d Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 14 Jun 2025 16:30:30 -0700 Subject: [PATCH 2/3] 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 81be1fc8dc36a5159a5078c50cae1a321be00b8b Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 14 Jun 2025 23:32:32 +0000 Subject: [PATCH 3/3] Update dependency SQLAlchemy to v2.0.41 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa72820..5f48ad2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ PyYAML==6.0.2 requests==2.32.3 six==1.17.0 soupsieve==2.6 -SQLAlchemy==2.0.37 +SQLAlchemy==2.0.41 typing_extensions==4.12.2 urllib3==2.3.0