From 7a951f56d2a4d3c737315c230c252df0375bcf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:56:32 +0000 Subject: [PATCH] chore(deps): bump pillow in /tools/dhis2-dummydataagg Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.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/9.3.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/dhis2-dummydataagg/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dhis2-dummydataagg/requirements.txt b/tools/dhis2-dummydataagg/requirements.txt index 8f4abc23..d6aeab18 100644 --- a/tools/dhis2-dummydataagg/requirements.txt +++ b/tools/dhis2-dummydataagg/requirements.txt @@ -15,7 +15,7 @@ numpy==1.22.0 openpyxl==3.0.5 pandas==1.1.3 Pygments==2.15.0 -Pillow==9.3.0 +Pillow==10.3.0 pyparsing==2.4.7 python-dateutil==2.8.1 python-termstyle==0.1.10