mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Bump pillow from 9.5.0 to 10.0.1 (#5657)
* Bump pillow from 9.5.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Patch requirements files * Update package requirements * Improve offload_task function: - Return True if the task runs or was offloaded - Improved warning information * Improve unit tests for task offloading - Check return value of offload_task - Check log output * Bump django-stdimage * Fix tasks.py --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@ -135,7 +135,7 @@ django-sql-utils==0.7.0
|
||||
# via -r requirements.in
|
||||
django-sslserver==0.22
|
||||
# via -r requirements.in
|
||||
django-stdimage==5.3.0
|
||||
django-stdimage==6.0.2
|
||||
# via -r requirements.in
|
||||
django-taggit==4.0.0
|
||||
# via -r requirements.in
|
||||
@ -201,7 +201,7 @@ packaging==23.2
|
||||
# via gunicorn
|
||||
pdf2image==1.16.3
|
||||
# via -r requirements.in
|
||||
pillow==9.5.0
|
||||
pillow==10.1.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-stdimage
|
||||
|
Reference in New Issue
Block a user