From 4f7904973b64605ee7529bcb7b1360a39fd65c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:14:40 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.2.0 in /labelbox/scripts Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...8.2.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..a1f4e49 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==8.2.0 pluggy==0.6.0 py==1.5.2 pytest==3.4.1