From 93f48a94a37cd1b472ef0b4c0e60b52060bce20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:39:04 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 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/9.3.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3de2056d..8efc4ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", ] dependencies = [ -"Pillow==9.3.0", +"Pillow==10.2.0", "openai==1.2.0", "yt-dlp==2023.3.4", "ffmpeg==1.4", diff --git a/requirements.txt b/requirements.txt index 67495019..c5c2f090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pillow==9.3.0 +Pillow==10.2.0 openai==1.2.0 yt-dlp==2023.3.4 ffmpeg==1.4 diff --git a/requirements_base.txt b/requirements_base.txt index 002ee966..8a82c55c 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,4 +1,4 @@ -Pillow==9.3.0 +Pillow==10.2.0 openai==1.2.0 yt-dlp==2023.3.4 ffmpeg==1.4