aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-14 10:39:16 +0000
committerGravatar GitHub <[email protected]>2025-04-14 10:39:16 +0000
commitb29e4c9739ed300164cfad1221010d12b5a763f2 (patch)
tree23ff65bba35786acbc5dc571136d0dea698fa3fd /pyproject.toml
parentFix emoji replacement in UwU cog (#1634) (diff)
Bump pillow from 11.0.0 to 11.2.1dependabot/pip/pillow-11.2.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.2.1. - [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...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c8fa72e4..4990f0d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ coloredlogs = "15.0.1"
emoji = "2.14.0"
emojis = "0.7.0"
lxml = "5.3.0"
-pillow = "11.0.0"
+pillow = "11.2.1"
pydantic = { version = "2.10.1", extras = ["dotenv"]}
pydantic-settings = "2.8.1"
pyjokes = "0.8.3"