From 319f03fb4f4fb68fa423291be849a927cb47bc61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:00:20 +0000 Subject: [PATCH] Bump pillow from 10.0.1 to 10.2.0 in /examples/docker-flask 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] --- examples/docker-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-flask/requirements.txt b/examples/docker-flask/requirements.txt index fd537ee..18d5582 100644 --- a/examples/docker-flask/requirements.txt +++ b/examples/docker-flask/requirements.txt @@ -6,7 +6,7 @@ Flask==2.3.2 itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.2 -Pillow==10.0.1 +Pillow==10.2.0 pycups==2.0.1 pypng==0.20220715.0 pyserial==3.5