Skip to content

Commit

Permalink
Bump pillow from 10.3.0 to 10.4.0 in /core
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...10.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2024
1 parent e343028 commit 462f8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies = [
dev = [
"coverage[toml] == 7.5.4",
"coverage-conditional-plugin == 0.9.0",
"Pillow == 10.3.0",
"Pillow == 10.4.0",
# Pre-commit 3.6.0 deprecated support for Python 3.8
"pre-commit == 3.5.0 ; python_version < '3.9'",
"pre-commit == 3.7.1 ; python_version >= '3.9'",
Expand All @@ -82,7 +82,7 @@ dev = [
]
docs = [
"furo == 2024.5.6",
"Pillow == 10.3.0",
"Pillow == 10.4.0",
"pyenchant == 3.2.2",
# Sphinx 7.2 deprecated support for Python 3.8
"sphinx == 7.1.2 ; python_version < '3.9'",
Expand Down

0 comments on commit 462f8c3

Please sign in to comment.