From 21ab6059d5054d7935d8e84e442015c879f3b332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:29:17 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.3.0 in /labelbox/scripts Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 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/6.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- labelbox/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelbox/scripts/requirements.txt b/labelbox/scripts/requirements.txt index c7807af..c3ffeaa 100644 --- a/labelbox/scripts/requirements.txt +++ b/labelbox/scripts/requirements.txt @@ -5,7 +5,7 @@ idna==2.6 Jinja2>=2.10.1 MarkupSafe==1.0 -e git+https://github.com/Labelbox/pascal-voc-writer.git@324d06d90d8fde94355b8c9c03cc8c1fb29a0999#egg=pascal_voc_writer -Pillow==6.2.0 +Pillow==9.3.0 pluggy==0.6.0 py==1.5.2 pytest==3.4.1