Skip to content

Commit c79b208

Browse files
committed
chore: update dependencies and enhance image processing support
- Add `pillow` version `10.4.0` to the requirements list Signed-off-by: kyo <[email protected]>
1 parent 1de5919 commit c79b208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
1414
mypy==1.11.2 ; python_version >= "3.12" and python_version < "4.0"
1515
nodeenv==1.9.1 ; python_version >= "3.12" and python_version < "4.0"
1616
packaging==24.1 ; python_version >= "3.12" and python_version < "4.0"
17+
pillow==10.4.0 ; python_version >= "3.12" and python_version < "4.0"
1718
platformdirs==4.2.2 ; python_version >= "3.12" and python_version < "4.0"
1819
pluggy==1.5.0 ; python_version >= "3.12" and python_version < "4.0"
1920
pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)