From 11e1aec13f7d385fea262edda8b95cb799090421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:27:20 +0000 Subject: [PATCH] fix(deps): bump pillow from 10.0.0 to 10.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.1.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.0...10.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37e584a..7f2d018 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cryptography==38.0.4 requests==2.28.1 selenium==4.6.1 PyVirtualDisplay==3.0 -Pillow==10.0.0 +Pillow==10.1.0 ImageHash==4.3.1 celery==5.2.7 redis==4.4.2