Skip to content

Commit

Permalink
Merge pull request #2488 from beeware/dependabot/pip/core/pillow-10.3.0
Browse files Browse the repository at this point in the history
Bump pillow from 10.2.0 to 10.3.0 in /core
  • Loading branch information
freakboy3742 authored Apr 8, 2024
2 parents dad68bb + a1f8d70 commit 2362d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/2488.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated pillow from 10.2.0 to 10.3.0 in /core.
4 changes: 2 additions & 2 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies = [
# ensure environment consistency.
dev = [
"coverage[toml] == 7.4.4",
"Pillow == 10.2.0",
"Pillow == 10.3.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.0 ; python_version >= '3.9'",
Expand All @@ -81,7 +81,7 @@ dev = [
]
docs = [
"furo == 2024.1.29",
"Pillow == 10.2.0",
"Pillow == 10.3.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 2362d62

Please sign in to comment.