Skip to content

Commit 9db2049

Browse files
Bump the group group in /python with 8 updates
Bumps the group group in /python with 8 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.1` | `0.110.2` | | [lxml](https://github.com/lxml/lxml) | `5.2.0` | `5.2.1` | | [torch](https://github.com/pytorch/pytorch) | `2.2.2` | `2.3.0` | | [torchvision](https://github.com/pytorch/vision) | `0.17.2` | `0.18.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.4.2` | | [ssort](https://github.com/bwhmather/ssort) | `0.12.4` | `0.13.0` | Updates `fastapi` from 0.110.1 to 0.110.2 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.110.2) Updates `lxml` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-5.2.0...lxml-5.2.1) 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 `coverage` from 7.4.4 to 7.5.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.4...7.5.0) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `ruff` from 0.3.5 to 0.4.2 - [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.3.5...v0.4.2) Updates `ssort` from 0.12.4 to 0.13.0 - [Release notes](https://github.com/bwhmather/ssort/releases) - [Commits](bwhmather/ssort@0.12.4...0.13.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch 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: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: ssort dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b5b114 commit 9db2049

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

python/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
[project]
22
dependencies = [
33
"aiofiles==23.2.1",
4-
"fastapi==0.110.1",
4+
"fastapi==0.110.2",
55
"fire==0.6.0",
66
"keras-ocr==0.9.3",
77
"litemedsam@https://api.github.com/repos/bowang-lab/MedSAM/tarball/9df02bf96f77f47d998b5ebc1c152d543b769ca3",
8-
"lxml==5.2.0",
8+
"lxml==5.2.1",
99
"pydicom==2.4.4",
1010
"pylibjpeg-libjpeg==2.1.0",
1111
"pylibjpeg==2.0.0",
1212
"python-multipart==0.0.9",
1313
"segment-anything@https://api.github.com/repos/facebookresearch/segment-anything/tarball/6fdee8f2727f4506cfbbe553e23b895e27956588",
1414
"tensorflow==2.16.1",
15-
"torch==2.2.2",
16-
"torchvision==0.17.2",
15+
"torch==2.3.0",
16+
"torchvision==0.18.0",
1717
"uvicorn==0.29.0"
1818
]
1919
name = "meddisc"
2020
version = "0.0.0"
2121

2222
[project.optional-dependencies]
2323
dev = [
24-
"coverage==7.4.4",
24+
"coverage==7.5.0",
2525
"djlint==1.34.1",
26-
"mypy==1.9.0",
27-
"ruff==0.3.5",
28-
"ssort==0.12.4",
26+
"mypy==1.10.0",
27+
"ruff==0.4.2",
28+
"ssort==0.13.0",
2929
"toml-sort==0.23.1"
3030
]
3131

0 commit comments

Comments
 (0)