Skip to content

Commit

Permalink
Bump the pip-others group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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.1
- [Release notes](https://github.com/huggingface/diffusers/releases)
- [Commits](huggingface/diffusers@v0.31.0...v0.32.1)

Updates `ipython` from 8.30.0 to 8.31.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 9b8c7d1 commit 9c5d149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ base = [

transformers = [
"transformers==4.47.1",
"diffusers==0.31.0",
"diffusers==0.32.1",
"torchmetrics[image]>=0.7.0"
]

Expand All @@ -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",
Expand Down

0 comments on commit 9c5d149

Please sign in to comment.