Skip to content

Commit 9494e96

Browse files
Bump uvicorn from 0.27.1 to 0.29.0 in /python
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.1 to 0.29.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.27.1...0.29.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c829ed1 commit 9494e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"tensorflow==2.16.1",
1515
"torch@https://download.pytorch.org/whl/cpu/torch-2.2.1%2Bcpu-cp312-cp312-linux_x86_64.whl",
1616
"torchvision@https://download.pytorch.org/whl/cpu/torchvision-0.17.1%2Bcpu-cp312-cp312-linux_x86_64.whl",
17-
"uvicorn==0.27.1"
17+
"uvicorn==0.29.0"
1818
]
1919
name = "meddisc"
2020
version = "0.0.0"

0 commit comments

Comments
 (0)