From 58b9cbc90583098ed711b1faf809cd91a27df282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:08:58 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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/9.0.1...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d36c2a..d6a280e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ 'kombu==5.2.4', 'oauthlib==3.2.0', 'pathspec==0.9.0', - 'Pillow==9.0.1', + 'Pillow==9.4.0', 'platformdirs==2.5.2', 'prompt-toolkit==3.0.30', 'psycopg2-binary==2.9.3', diff --git a/requirements.txt b/requirements.txt index b7eba98..1548a77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ kombu==5.2.4 mypy-extensions==0.4.3 oauthlib==3.2.0 pathspec==0.9.0 -Pillow==9.0.1 +Pillow==9.4.0 platformdirs==2.5.2 prompt-toolkit==3.0.30 psycopg2-binary==2.9.3