From 6f4180b17c00d3954533b0b414390019de13b996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:01:20 +0000 Subject: [PATCH] chore(deps): bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 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/10.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../{{cookiecutter.project_name}}/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.8/apigw-tensorflow/{{cookiecutter.project_name}}/app/requirements.txt b/python3.8/apigw-tensorflow/{{cookiecutter.project_name}}/app/requirements.txt index 927bdb8ac..048fe58e8 100644 --- a/python3.8/apigw-tensorflow/{{cookiecutter.project_name}}/app/requirements.txt +++ b/python3.8/apigw-tensorflow/{{cookiecutter.project_name}}/app/requirements.txt @@ -1,2 +1,2 @@ tensorflow==2.11.1 -pillow==10.0.1 +pillow==10.2.0