Skip to content

Commit

Permalink
Bump the pip group across 1 directories with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [ray](https://github.com/ray-project/ray) and [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.

Updates `ray` to 2.9.1
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.5.1...ray-2.9.1)

Updates `fastapi` to 0.103.2
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.99.1...0.103.2)

---
updated-dependencies:
- dependency-name: ray
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 784b97a commit 8a91a55
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 @@ -20,10 +20,10 @@ statsmodels = "^0.13"
scikit-learn = "^1.2"
pandas = "^1.5"
matplotlib = "^3.7"
ray = {extras = ["all"], version = "2.5.1"}
ray = {extras = ["all"], version = "2.9.1"}
polars-u64-idx = {extras = ["fsspec", "numpy", "pyarrow","pandas"], version = "^0.19"}
pydantic = "^1.10"
fastapi="0.99.1"
fastapi="0.103.2"
plotly = "^5.15.0"
notebook = "^7.0.0"
ipywidgets = "^8.0.7"
Expand Down

0 comments on commit 8a91a55

Please sign in to comment.