From 37271c62582e187ff4e75942a746ef90541b6845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:44:36 +0000 Subject: [PATCH] chore(deps): update pillow requirement in /API 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.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/oursin.egg-info/requires.txt | 2 +- API/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API/oursin.egg-info/requires.txt b/API/oursin.egg-info/requires.txt index b048415b..9d0354f7 100644 --- a/API/oursin.egg-info/requires.txt +++ b/API/oursin.egg-info/requires.txt @@ -1,3 +1,3 @@ python-socketio[client]>=5.8,<5.10 numpy>=1.24.3,<1.26.0 -Pillow~=9.5.0 +Pillow>=9.5,<10.1 diff --git a/API/pyproject.toml b/API/pyproject.toml index ef6ed871..2931ac7c 100644 --- a/API/pyproject.toml +++ b/API/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "python-socketio[client] >= 5.8,< 5.10", "numpy >= 1.24.3,< 1.26.0", - "Pillow ~= 9.5.0" + "Pillow >= 9.5,< 10.1" ] [project.urls]