From 2724c1d2343f8deb3f988ff8206f812c4392f1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 18:36:24 +0000 Subject: [PATCH] Chore(deps): Bump pillow in /Python/Video_Watermarker Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.0.1. - [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/7.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/Video_Watermarker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Video_Watermarker/requirements.txt b/Python/Video_Watermarker/requirements.txt index 570ac2619..6d220414a 100644 --- a/Python/Video_Watermarker/requirements.txt +++ b/Python/Video_Watermarker/requirements.txt @@ -1,5 +1,5 @@ opencv-python==4.4.0.42 tqdm==4.48.2 moviepy==1.0.3 -Pillow==7.2.0 +Pillow==9.0.1 numpy==1.19.1 \ No newline at end of file