Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pdfminer.six
# OpenSPP Specific (not in module manifests but required)
# -----------------------------------------------------------------------------
# Pin specific versions for Docker builds
Pillow==11.1.0
Pillow==12.2.0
fastapi==0.112.2
# Note: requests/urllib3 versions constrained by Odoo's requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated from manifests external_dependencies
Pillow
Pillow>=9.0.1
Pillow>=9.0.1>=9.0.1
a2wsgi>=1.10.6
claim169
cryptography
Expand Down
Loading