From efc424938d1ab6eaf988b2819d752ed8076ed355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:39:31 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.0.1 in /api/http Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/http/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/http/requirements_dev.txt b/api/http/requirements_dev.txt index 1bf6deb8d4..2e46538af9 100644 --- a/api/http/requirements_dev.txt +++ b/api/http/requirements_dev.txt @@ -7,7 +7,7 @@ iniconfig==2.0.0 isort==5.12.0 mypy==1.3.0 packaging==23.1 -Pillow==9.5.0 +Pillow==10.0.1 pluggy==1.0.0 py==1.11.0 pylint==2.17.4