From 912c056fdc6d844ed42c41d788b57aa717619fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:03:28 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.4.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/8.4.0...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/requirements.in b/requirements.in index 4e3ada8..1219574 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ PyMySQL==1.0.2 pyGravatar==0.0.6 git+https://github.com/maxcountryman/flask-uploads@master pylint~=2.13.9 -Pillow==8.4.0 +Pillow==9.4.0 requests~=2.27.1 sentry-sdk[flask]~=1.5.12 markupsafe==2.0.1 diff --git a/requirements.txt b/requirements.txt index a655010..6d81fe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,6 +65,8 @@ future==0.18.2 # via # oic # pyjwkest +greenlet==2.0.1 + # via sqlalchemy gunicorn==20.1.0 # via -r requirements.in htmlmin==0.1.12 @@ -96,7 +98,7 @@ packaging==21.3 # via ddtrace pep517==0.12.0 # via pip-tools -pillow==8.4.0 +pillow==9.4.0 # via -r requirements.in pip-tools==6.6.2 # via -r requirements.in @@ -154,13 +156,7 @@ srvlookup==2.0.0 tenacity==8.0.1 # via ddtrace tomli==2.0.1 - # via - # pep517 - # pylint -typing-extensions==4.2.0 - # via - # astroid - # pylint + # via pep517 urllib3==1.26.9 # via # requests