Bump pillow from 12.2.0 to 12.3.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.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/12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-05 15:02:59 +00:00
committed by GitHub
parent 87f6a773cb
commit 40c297fb1c
2 changed files with 81 additions and 83 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"curl-cffi>=0.15.0",
"pillow>=12.2.0",
"pillow>=12.3.0",
"python-dotenv>=1.2.2",
"tqdm>=4.68.3",
]