Skip to content

Commit

Permalink
Bump the group group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the group group with 7 updates in the /python directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.110.2` | `0.111.0` |
| [lxml](https://github.com/lxml/lxml) | `5.2.1` | `5.2.2` |
| [torch](https://github.com/pytorch/pytorch) | `2.2.2` | `2.3.0` |
| [torchvision](https://github.com/pytorch/vision) | `0.17.2` | `0.18.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.7` |



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

Updates `lxml` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.2.1...lxml-5.2.2)

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)

Updates `uvicorn` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.29.0...0.30.0)

Updates `coverage` from 7.5.0 to 7.5.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.0...7.5.3)

Updates `ruff` from 0.4.2 to 0.4.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.2...v0.4.7)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group
- dependency-name: lxml
  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
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 7d40bc8 commit 0762fd0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[project]
dependencies = [
"aiofiles==23.2.1",
"fastapi==0.110.2",
"fastapi==0.111.0",
"fire==0.6.0",
"keras-ocr==0.9.3",
"litemedsam@https://api.github.com/repos/bowang-lab/MedSAM/tarball/9df02bf96f77f47d998b5ebc1c152d543b769ca3",
"lxml==5.2.1",
"lxml==5.2.2",
"pydicom==2.4.4",
"pylibjpeg-libjpeg==2.1.0",
"pylibjpeg==2.0.0",
"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",
"uvicorn==0.29.0"
"torch==2.3.0",
"torchvision==0.18.0",
"uvicorn==0.30.0"
]
name = "meddisc"
version = "0.0.0"

[project.optional-dependencies]
dev = [
"coverage==7.5.0",
"coverage==7.5.3",
"djlint==1.34.1",
"mypy==1.10.0",
"ruff==0.4.2",
"ruff==0.4.7",
"ssort==0.13.0",
"toml-sort==0.23.1"
]
Expand Down

0 comments on commit 0762fd0

Please sign in to comment.