mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
Raise Pillow minimum to 12.3.0 (#2188)
Copilot-Session: 2e86159d-80a9-4926-9378-c5dabe07a39f Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ readme = "README.md"
|
||||
requires-python = ">=3.10,<3.15"
|
||||
|
||||
dependencies = [
|
||||
"pillow (>=9.0.0,<13.0.0)",
|
||||
"pillow (>=12.3.0,<13.0.0)",
|
||||
"pytesseract (>=0.3.13,<0.4)",
|
||||
"presidio-analyzer (>=2.2.0,<3.0.0)",
|
||||
"matplotlib (>=3.6.0,<4.0.0)",
|
||||
|
||||
2
presidio-image-redactor/uv.lock
generated
2
presidio-image-redactor/uv.lock
generated
@@ -1791,7 +1791,7 @@ requires-dist = [
|
||||
{ name = "gunicorn", marker = "extra == 'server'", specifier = ">=25.3.0,<26.0.0" },
|
||||
{ name = "matplotlib", specifier = ">=3.6.0,<4.0.0" },
|
||||
{ name = "opencv-python", specifier = ">=4.13.0.92,<5.0.0" },
|
||||
{ name = "pillow", specifier = ">=9.0.0,<13.0.0" },
|
||||
{ name = "pillow", specifier = ">=12.3.0,<13.0.0" },
|
||||
{ name = "presidio-analyzer", specifier = ">=2.2.0,<3.0.0" },
|
||||
{ name = "pydicom", specifier = ">=2.3.0,<4.0.0" },
|
||||
{ name = "pypng", specifier = ">=0.20220715.0,<1.0.0" },
|
||||
|
||||
Reference in New Issue
Block a user