diff options
author | 2025-04-14 10:39:16 +0000 | |
---|---|---|
committer | 2025-04-14 10:39:16 +0000 | |
commit | b29e4c9739ed300164cfad1221010d12b5a763f2 (patch) | |
tree | 23ff65bba35786acbc5dc571136d0dea698fa3fd /pyproject.toml | |
parent | Fix 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.toml | 2 |
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" |