From 720f6afe3f1b454c39b8ab301e0a8a4f06827137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:49:17 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 10.3.0 in /{{cookiecutter.project_slug}} Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.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.1.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/dev-requirements.txt | 2 +- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/dev-requirements.txt b/{{cookiecutter.project_slug}}/dev-requirements.txt index 201c8d2b..b8d354e2 100644 --- a/{{cookiecutter.project_slug}}/dev-requirements.txt +++ b/{{cookiecutter.project_slug}}/dev-requirements.txt @@ -215,7 +215,7 @@ pathspec==0.11.2 # via black pexpect==4.8.0 # via ipython -pillow==10.1.0 +pillow==10.3.0 # via django (pyproject.toml) platformdirs==4.0.0 # via black diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 89a2fb0b..df24b9d0 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -71,7 +71,7 @@ jsonschema==4.20.0 # via drf-spectacular jsonschema-specifications==2023.11.1 # via jsonschema -pillow==10.1.0 +pillow==10.3.0 # via django (pyproject.toml) psycopg2-binary==2.9.9 # via django (pyproject.toml)