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:
dependabot[bot] 2024-04-03 16:12:57 +00:00 committed by Eric Callahan
parent 9447494bd5
commit 5a60d64f04
2 changed files with 2 additions and 2 deletions

View File

@ -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'",

View File

@ -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'