Skip to content

Commit cc1b015

Browse files
authored
Merge pull request #25 from containifyci/dependabot/pip/uvicorn-gte-0.46.0
chore(deps): update uvicorn requirement from >=0.37.0 to >=0.47.0
2 parents e170462 + 2e87d28 commit cc1b015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"fastapi[standard]>=0.136.1",
9-
"uvicorn>=0.37.0",
9+
"uvicorn>=0.47.0",
1010
]
1111

1212
[tool.setuptools]

0 commit comments

Comments
 (0)