build(deps): bump pillow from 9.5.0 to 10.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9447494bd5
commit
5a60d64f04
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"pyserial==3.4",
|
||||
"pyserial-asyncio==0.6",
|
||||
"pillow==9.5.0 ; python_version=='3.7'",
|
||||
"pillow==10.2.0 ; python_version>='3.8'",
|
||||
"pillow==10.3.0 ; python_version>='3.8'",
|
||||
"lmdb==1.4.1",
|
||||
"streaming-form-data==1.11.0 ; python_version=='3.7'",
|
||||
"streaming-form-data==1.13.0 ; python_version>='3.8'",
|
||||
|
|
|
@ -5,7 +5,7 @@ tornado==6.4.0 ; python_version>='3.8'
|
|||
pyserial==3.4
|
||||
pyserial-asyncio==0.6
|
||||
pillow==9.5.0 ; python_version=='3.7'
|
||||
pillow==10.2.0 ; python_version>='3.8'
|
||||
pillow==10.3.0 ; python_version>='3.8'
|
||||
lmdb==1.4.1
|
||||
streaming-form-data==1.11.0 ; python_version=='3.7'
|
||||
streaming-form-data==1.13.0 ; python_version>='3.8'
|
||||
|
|
Loading…
Reference in New Issue