aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-17 18:11:52 +0000
committerGravatar GitHub <[email protected]>2025-10-17 18:11:52 +0000
commitaee21fadebebf9abbcba8d41730e1368175b6d55 (patch)
tree8e05c6f44c2051d5d5274638ea65b245a1916baa /pyproject.toml
parentDependency bumps (including pydis_core to 11.8.0) (diff)
Bump pillow from 11.0.0 to 12.0.0dependabot/uv/pillow-12.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 12.0.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/11.0.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 940e3833..0ed64c58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
"emoji==2.14.0",
"emojis==0.7.0",
"lxml==6.0.0",
- "pillow==11.0.0",
+ "pillow==12.0.0",
"pydantic==2.10.1",
"pydantic-settings==2.8.1",
"pyjokes==0.8.3",