Skip to content

Commit ffa8121

Browse files
authored
Merge pull request #531 from abetlen/dependabot/pip/uvicorn-0.23.1
Bump uvicorn from 0.22.0 to 0.23.1
2 parents 468fccb + 583d633 commit ffa8121

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = "^3.8.1"
1717
typing-extensions = "^4.7.1"
1818
numpy = "^1.24.4"
1919
diskcache = "^5.6.1"
20-
uvicorn = { version = "^0.22.0", optional = true }
20+
uvicorn = { version = "^0.23.1", optional = true }
2121
fastapi = { version = ">=0.100.0", optional = true }
2222
sse-starlette = { version = ">=1.6.1", optional = true }
2323
pydantic-settings = { version = ">=2.0.1", optional = true }

0 commit comments

Comments
 (0)