From ab690d9d4c47508d1bb378e1bf10906e45d35f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:57:53 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.3.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/9.4.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4292c63..234a4df 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ PyMySQL==1.1.1 pyGravatar==0.0.6 git+https://github.com/maxcountryman/flask-uploads@master pylint~=2.13.9 -Pillow==9.4.0 +Pillow==10.3.0 requests~=2.32.2 sentry-sdk[flask]~=1.5.12 markupsafe==2.1.2 diff --git a/requirements.txt b/requirements.txt index adc8b0f..0fdd3ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ packaging==21.3 # gunicorn pep517==0.12.0 # via pip-tools -pillow==9.4.0 +pillow==10.3.0 # via -r requirements.in pip-tools==6.6.2 # via -r requirements.in