From 299217f45ab788bb7e670bcafb37a789a054461f Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Wed, 17 Jul 2024 18:57:41 +0200 Subject: [PATCH] bump pillow and pyright --- pyproject.toml | 4 ++-- requirements.lock | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 474a675..c3962e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" dependencies = [ "torch>=2.1.1", "safetensors>=0.4.0", - "pillow>=10.1.0", + "pillow>=10.4.0", "jaxtyping>=0.2.23", "packaging>=23.2", "numpy>=1.26.4", @@ -75,7 +75,7 @@ build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [ - "pyright==1.1.368", + "pyright==1.1.372", "docformatter>=1.7.5", "pytest>=8.0.0", "coverage>=7.4.1", diff --git a/requirements.lock b/requirements.lock index 4bacc3a..70c2dd4 100644 --- a/requirements.lock +++ b/requirements.lock @@ -7,6 +7,7 @@ # all-features: true # with-sources: false # generate-hashes: false +# universal: false -e file:. aiohttp==3.9.5 @@ -233,7 +234,7 @@ pandas==2.2.2 pathspec==0.12.1 # via black # via mkdocs -pillow==10.3.0 +pillow==10.4.0 # via diffusers # via neptune # via refiners