From c6073fd8c679ed9e8ec80e90d2ac6ca4845a34c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:21:58 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /projects/QRCode-Generator Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/QRCode-Generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/QRCode-Generator/requirements.txt b/projects/QRCode-Generator/requirements.txt index 43f1464e..dc896d42 100644 --- a/projects/QRCode-Generator/requirements.txt +++ b/projects/QRCode-Generator/requirements.txt @@ -1,6 +1,6 @@ colorama==0.4.5 comtypes==1.1.11 -Pillow==10.2.0 +Pillow==10.3.0 pypiwin32==223 pyttsx3==2.90 pywin32==304