From ac416097767ef42a725cb4a322f950bca61a9623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:03:26 +0000 Subject: [PATCH] Bump the pip-others group across 1 directory with 2 updates Bumps the pip-others group with 2 updates in the / directory: [diffusers](https://github.com/huggingface/diffusers) and [ipython](https://github.com/ipython/ipython). Updates `diffusers` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.31.0...v0.32.0) Updates `ipython` from 8.30.0 to 8.31.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.30.0...8.31.0) --- updated-dependencies: - dependency-name: diffusers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48d0ff5d0f..7f0bd4062a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ base = [ transformers = [ "transformers==4.47.1", - "diffusers==0.31.0", + "diffusers==0.32.0", "torchmetrics[image]>=0.7.0" ] @@ -117,7 +117,7 @@ ci_benchmark = [ "pandas<2.3", # To avoid conflict with nncf==2.9.0 "matplotlib==3.10.0", "nbconvert==7.16.4", - "ipython==8.30.0", + "ipython==8.31.0", "ipykernel==6.29.5", "openpyxl==3.1.5", "mlflow==2.19.0",