From 9ee4039a8053a6d8ab7e22ace5780d16c5ea454d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:13:59 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /binder Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.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.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 047b8618..ea37e0e7 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -66,7 +66,7 @@ parso==0.8.1; python_version >= "3.7" patsy==0.5.1; python_version >= "3.7" pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7" pickleshare==0.7.5; python_version >= "3.7" -pillow==9.0.1; python_version >= "3.7" +pillow==9.3.0; python_version >= "3.7" prompt-toolkit==3.0.17; python_full_version >= "3.6.1" and python_version >= "3.7" protobuf==3.15.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" psycopg2-binary==2.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")