Skip to content

Commit

Permalink
Bump python-multipart from 0.0.9 to 0.0.18 (#711)
Browse files Browse the repository at this point in the history
* Bump python-multipart from 0.0.9 to 0.0.18

Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.18.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.9...0.0.18)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pyarrow

* Update cupy version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amrit Krishnan <amrit110@gmail.com>
  • Loading branch information
dependabot[bot] and amrit110 authored Jan 20, 2025
1 parent cb28659 commit 1baafed
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
113 changes: 57 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scipy = "^1.11.0"
matplotlib = "^3.8.3"
datasets = "^2.15.0"
psutil = "^5.9.4"
pyarrow = "^14.0.0"
pyarrow = "^17.0.0"
pydantic = "^1.10.11"
Jinja2 = "^3.1.3"
spdx-tools = "^0.8.1"
Expand Down Expand Up @@ -137,7 +137,7 @@ jupyterlab = "^3.4.2"
ipympl = "^0.9.3"
ipywidgets = "^8.0.6"
torchmetrics = {version = "^1.2.0", extras = ["classification", "regression"]}
cupy = "^12.2.0"
cupy = "^13.3.0"
mpi4py = {git = "https://github.com/mpi4py/mpi4py"}
imbalanced-learn = "^0.12.0"
pyperf = "^2.6.3"
Expand Down

0 comments on commit 1baafed

Please sign in to comment.