From 9651ae2066714bc4379c9f4f28ebe18d6be4d0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:34:42 +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.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/9.3.0...10.2.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..ef59761d 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.2.0 pyparsing==2.4.7 python-dateutil==2.8.1 python-termstyle==0.1.10