From fba9145bff9a96da5e218e0fefb108018c0538bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:49:41 +0000 Subject: [PATCH] build(deps): bump pillow from 10.1.0 to 10.3.0 in /deployment/docker Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.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.1.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/requirements.txt b/deployment/docker/requirements.txt index 2f7621b9..2549d398 100644 --- a/deployment/docker/requirements.txt +++ b/deployment/docker/requirements.txt @@ -33,7 +33,7 @@ lazr.uri==1.0.6 lxml==4.9.3 oauthlib==3.2.2 packaging==23.2 -Pillow==10.1.0 +Pillow==10.3.0 platformdirs==3.11.0 psycopg2==2.9.9 pycparser==2.21