Skip to content

Commit d55881f

Browse files
committed
chore: refresh requirements-lock.txt for click 8.4.1
Linux CI pip-compile now resolves click==8.4.1 within the flask bound; the lock still pinned 8.4.0, which failed the lockfile freshness job.
1 parent 238a7b3 commit d55881f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Lock is generated on Linux (CI / update-lock.yml). Windows-only transitives (e.g.
77
# colorama via click) are omitted — pip still installs them on Windows when needed.
88
blinker==1.9.0 # via flask
9-
click==8.4.0 # via flask
9+
click==8.4.1 # via flask
1010
defusedxml==0.7.1 # via fpdf2
1111
flask==3.1.3 # via -r requirements.txt
1212
fonttools==4.63.0 # via fpdf2

0 commit comments

Comments
 (0)