From c8320cf63d06daffe706500330498af12e8d6e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:10:50 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /{{cookiecutter.project_slug}} Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1. - [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.4.0...10.0.1) --- 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 3844b0be..14f70253 100644 --- a/{{cookiecutter.project_slug}}/dev-requirements.txt +++ b/{{cookiecutter.project_slug}}/dev-requirements.txt @@ -219,7 +219,7 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pillow==9.4.0 +pillow==10.0.1 # via django (pyproject.toml) platformdirs==2.6.2 # via black diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index e21a916c..31817b64 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -71,7 +71,7 @@ inflection==0.5.1 # via drf-spectacular jsonschema==4.17.3 # via drf-spectacular -pillow==9.4.0 +pillow==10.0.1 # via django (pyproject.toml) psycopg2-binary==2.9.5 # via django (pyproject.toml)