From c6333e08f9d840a3a6b7f9bb2eb102b9401a3ae1 Mon Sep 17 00:00:00 2001 From: wpak-ai <25230863+wpak-ai@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:13:36 +0000 Subject: [PATCH] chore: update requirements-lock.txt --- requirements-lock.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index beaa107..b4065bc 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -3,8 +3,6 @@ # Update: pip-compile requirements.txt --output-file requirements-lock.txt --no-header --annotation-style=line --allow-unsafe --upgrade # Run periodically (e.g. via the "Update dependency lock file" CI workflow) to pick up # upstream patch / security releases within the bounded ranges in requirements.txt. -# Lock is generated on Linux (CI / update-lock.yml). Windows-only transitives (e.g. -# colorama via click) are omitted — pip still installs them on Windows when needed. blinker==1.9.0 # via flask click==8.4.2 # via flask defusedxml==0.7.1 # via fpdf2 @@ -14,5 +12,5 @@ fpdf2==2.8.7 # via -r requirements.txt itsdangerous==2.2.0 # via flask jinja2==3.1.6 # via flask markupsafe==3.0.3 # via flask, jinja2, werkzeug -pillow==12.2.0 # via -r requirements.txt, fpdf2 +pillow==12.3.0 # via -r requirements.txt, fpdf2 werkzeug==3.1.8 # via flask