From 7bbe39cabff07f6c26b09c4018f783fa1d73d37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:00:02 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Updates the requirements on [pillow](https://github.com/python-pillow/Pillow), [python-multipart](https://github.com/Kludex/python-multipart) and [black](https://github.com/psf/black) to permit the latest version. Updates `pillow` to 10.4.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.0.1...10.4.0) Updates `python-multipart` to 0.0.12 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.5...0.0.12) Updates `black` to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/21.12b0...24.8.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 456fc0d..9dcdcc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ pytorch-lightning ="^1.5.0" diffusers = "^0.16.0" torchvision = "^0.15.1" numpy = "^1.21.6" -Pillow = "^9.0.1" +Pillow = "^10.4.0" aiofiles = "^0.8.0" -python-multipart = "^0.0.5" +python-multipart = "^0.0.12" loguru = "^0.6.0" opencv-python = "^4.5.5" pandas = "^1.2.4" @@ -64,7 +64,7 @@ accelerate="^0.17.0" [tool.poetry.dev-dependencies] pylint = { version = "^2.12.2", allow-prereleases = true } flake8 = { version = "^4.0.1", allow-prereleases = true } -black = { version = "21.12b0", allow-prereleases = true } +black = { version = "24.8.0", allow-prereleases = true } [tool.black] line-length = 120