From da0f678cda0859c14aa84d359093f27ea7951eec Mon Sep 17 00:00:00 2001 From: wpak-ai <25230863+wpak-ai@users.noreply.github.com> Date: Mon, 25 May 2026 09:31:27 +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 e1c0759..76e7324 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -3,10 +3,8 @@ # 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.0 # via flask +click==8.4.1 # via flask defusedxml==0.7.1 # via fpdf2 flask==3.1.3 # via -r requirements.txt fonttools==4.63.0 # via fpdf2