From 43bbaca33dde9cf62925271d6b72f3b0dc5cbaa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:11:33 +0000 Subject: [PATCH] chore(deps): bump pillow (#498) 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> --- .../{{cookiecutter.project_name}}/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.8/apigw-xgboost/{{cookiecutter.project_name}}/app/requirements.txt b/python3.8/apigw-xgboost/{{cookiecutter.project_name}}/app/requirements.txt index 2b6e9b87..431959eb 100644 --- a/python3.8/apigw-xgboost/{{cookiecutter.project_name}}/app/requirements.txt +++ b/python3.8/apigw-xgboost/{{cookiecutter.project_name}}/app/requirements.txt @@ -1,2 +1,2 @@ xgboost==1.1.1 -pillow==10.2.0 +pillow==10.3.0