From 5c727ad1b73d1ff084bbdcb478d617019d8fd3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:55:32 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 9.3.0 in /libs/gltf2usd-master Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/gltf2usd-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 libs/gltf2usd-master/requirements.txt diff --git a/libs/gltf2usd-master/requirements.txt b/libs/gltf2usd-master/requirements.txt old mode 100755 new mode 100644 index 80f3193..1dfc309 --- a/libs/gltf2usd-master/requirements.txt +++ b/libs/gltf2usd-master/requirements.txt @@ -1,3 +1,3 @@ -pillow == 5.2.0 +pillow == 9.3.0 enum34 == 1.1.6 numpy == 1.15.1