From cb83de7767011fa2cbd89469b4f2a430ef696b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:43:03 +0000 Subject: [PATCH] Bump pillow from 10.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.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.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demon_connect/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demon_connect/requirements.txt b/demon_connect/requirements.txt index f551d71..0808ae0 100644 --- a/demon_connect/requirements.txt +++ b/demon_connect/requirements.txt @@ -3,7 +3,7 @@ selenium==4.13.0 # For web automation webdriver-manager==3.4.2 # For managing web driver executables # For working with WhatsApp Web -Pillow==10.0.1 # For image handling +Pillow==10.2.0 # For image handling typing-extensions==3.10.0.2 # For 'Literal' type hint # For file and directory operations