From 640f6089ac2fd476e390d168c03d8e64968d30e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:04:35 +0200 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /examples/docker-flask (#634) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 18d5582..8c9be67 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.2.0 +Pillow==10.3.0 pycups==2.0.1 pypng==0.20220715.0 pyserial==3.5