From 0d37f7ba193eed65b9592e81d6d27971441d81f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:42:24 +0000 Subject: [PATCH] build(deps): update pillow requirement in /generator Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/requirements.txt b/generator/requirements.txt index 75a554e..b1e46b6 100644 --- a/generator/requirements.txt +++ b/generator/requirements.txt @@ -1,2 +1,2 @@ -Pillow~=10.0 +Pillow~=10.2 requests~=2.31