Skip to content

Commit

Permalink
Renovate: dependency uvicorn to v0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 0ebd195 commit 1439049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hasher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"fastapi==0.112.0",
"hypothesis==6.109.0",
"requests==2.32.2",
"uvicorn==0.30.4",
"uvicorn==0.32.1",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pixl_export/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.10"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"core==0.2.0rc0",
"uvicorn==0.30.4",
"uvicorn==0.32.1",
"azure-storage-blob==12.21.0",
]

Expand Down
2 changes: 1 addition & 1 deletion pixl_imaging/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"aiohttp==3.10.11",
"alembic==1.13.2",
"pydicom==2.4.4",
"uvicorn==0.30.4",
"uvicorn==0.32.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1439049

Please sign in to comment.