From 341322ab4d923c12397fe4e36ebb017f1c9efac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:12:59 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /assistant Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.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/9.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- assistant/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/requirements.txt b/assistant/requirements.txt index ab80c88..25599ac 100644 --- a/assistant/requirements.txt +++ b/assistant/requirements.txt @@ -2,6 +2,6 @@ eel==0.15.3 PyInstaller==5.8.0 cchardet==2.1.7 qrcode==7.4.2 -pillow==9.4.0 +pillow==10.0.1 xlsxwriter==3.0.8 pyautogui==0.9.53 \ No newline at end of file