Skip to content

Commit

Permalink
⬆️ Upgrade uvicorn and update lock files (#1132)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade uvicorn

* ⬆️ Update lock files
  • Loading branch information
ff137 authored Oct 21, 2024
1 parent 17f2b78 commit 55cf930
Show file tree
Hide file tree
Showing 8 changed files with 831 additions and 850 deletions.
424 changes: 212 additions & 212 deletions app/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pydantic = "~2.9.0"
pyjwt = "~2.9.0"
PyYAML = "~6.0.2"
typing-extensions = "~4.12.0"
uvicorn = { version = "~0.31.0" }
uvicorn = "~0.32.0"
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"

Expand Down
424 changes: 212 additions & 212 deletions endorser/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nats-py = {extras = ["nkeys"], version = "^2.9.0"}
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.9.0"
uvicorn = { version = "~0.31.0" }
uvicorn = "~0.32.0"
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"

Expand Down
401 changes: 191 additions & 210 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ orjson = "~3.10.7"
psycopg2-binary = "~=2.9.6"
pydantic = "~2.9.0"
sqlalchemy = "~=2.0.19"
uvicorn = { version = "~0.31.0" }
uvicorn = "~0.32.0"
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"
alembic = "~1.13.2"
Expand Down
424 changes: 212 additions & 212 deletions waypoint/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion waypoint/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nats-py = {extras = ["nkeys"], version = "^2.9.0"}
orjson = "~3.10.7"
pydantic = "~2.9.0"
typing-extensions = "~4.12.0"
uvicorn = { version = "~0.31.0" }
uvicorn = "~0.32.0"
sse-starlette = "~=2.1.3"
scalar-fastapi = "^1.0.3"

Expand Down

0 comments on commit 55cf930

Please sign in to comment.