We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731c1e1 commit da0f678Copy full SHA for da0f678
1 file changed
requirements-lock.txt
@@ -3,10 +3,8 @@
3
# Update: pip-compile requirements.txt --output-file requirements-lock.txt --no-header --annotation-style=line --allow-unsafe --upgrade
4
# Run periodically (e.g. via the "Update dependency lock file" CI workflow) to pick up
5
# upstream patch / security releases within the bounded ranges in requirements.txt.
6
-# Lock is generated on Linux (CI / update-lock.yml). Windows-only transitives (e.g.
7
-# colorama via click) are omitted — pip still installs them on Windows when needed.
8
blinker==1.9.0 # via flask
9
-click==8.4.0 # via flask
+click==8.4.1 # via flask
10
defusedxml==0.7.1 # via fpdf2
11
flask==3.1.3 # via -r requirements.txt
12
fonttools==4.63.0 # via fpdf2
0 commit comments