From 4186c8170b30222534c8a45b2874eed9bf6abe6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:48:22 +0000 Subject: [PATCH] build(deps): update pillow requirement in /templates/project_name 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/9.5.0...10.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/project_name/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project_name/pyproject.toml b/templates/project_name/pyproject.toml index bb1bf0e..bfd5bca 100644 --- a/templates/project_name/pyproject.toml +++ b/templates/project_name/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "{{ project_name }}" }] [tool.poetry.dependencies] python = "^3.10" -Pillow = "^9.5.0" +Pillow = "^10.1.0" argon2-cffi = "^21.3.0" hiredis = "^2.2.3" redis = "^5.0.1"