Skip to content

Commit

Permalink
Bump the group group in /python with 3 updates
Browse files Browse the repository at this point in the history
Bumps the group group in /python with 3 updates: [fastapi](https://github.com/tiangolo/fastapi), [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision).


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

Updates `torch` from 2.2.2 to 2.3.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.2...v2.3.0)

Updates `torchvision` from 0.17.2 to 0.18.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.17.2...v0.18.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 7d40bc8 commit 717c441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
dependencies = [
"aiofiles==23.2.1",
"fastapi==0.110.2",
"fastapi==0.110.3",
"fire==0.6.0",
"keras-ocr==0.9.3",
"litemedsam@https://api.github.com/repos/bowang-lab/MedSAM/tarball/9df02bf96f77f47d998b5ebc1c152d543b769ca3",
Expand All @@ -12,8 +12,8 @@ dependencies = [
"python-multipart==0.0.9",
"segment-anything@https://api.github.com/repos/facebookresearch/segment-anything/tarball/6fdee8f2727f4506cfbbe553e23b895e27956588",
"tensorflow==2.16.1",
"torch==2.2.2",
"torchvision==0.17.2",
"torch==2.3.0",
"torchvision==0.18.0",
"uvicorn==0.29.0"
]
name = "meddisc"
Expand Down

0 comments on commit 717c441

Please sign in to comment.