Skip to content

Commit

Permalink
⬆️ Upgrade dependencies: uvicorn, aiohttp, ddtrace (#1094)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade uvicorn

* ⬆️ Upgrade ddtrace

* ⬆️ Upgrade redis

* ⬆️ Update lock files
  • Loading branch information
ff137 committed Sep 30, 2024
1 parent 67385e5 commit 5096518
Show file tree
Hide file tree
Showing 10 changed files with 1,558 additions and 1,558 deletions.
714 changes: 357 additions & 357 deletions app/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pydantic = "~2.9.0"
pyjwt = "~2.9.0"
PyYAML = "~6.0.2"
typing-extensions = "~4.12.0"
uvicorn = { version = "~0.30.5", extras = ["standard"] }
ddtrace = "^2.12.2"
uvicorn = { version = "~0.31.0", extras = ["standard"] }
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
Expand Down
726 changes: 363 additions & 363 deletions endorser/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.9.0"
redis = "~=5.0.8"
uvicorn = { version = "~0.30.5", extras = ["standard"] }
ddtrace = "^2.12.2"
redis = "~=5.1.0"
uvicorn = { version = "~0.31.0", extras = ["standard"] }
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
Expand Down
336 changes: 168 additions & 168 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ orjson = "~3.10.7"
psycopg2-binary = "~=2.9.6"
pydantic = "~2.9.0"
sqlalchemy = "~=2.0.19"
uvicorn = { version = "~0.30.5", extras = ["standard"] }
ddtrace = "^2.12.2"
uvicorn = { version = "~0.31.0", extras = ["standard"] }
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
Expand Down
592 changes: 296 additions & 296 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.30.5", extras = ["standard"] }
uvicorn = { version = "~0.31.0", extras = ["standard"] }
sse-starlette = "~=2.1.3"
scalar-fastapi = "^1.0.3"

Expand Down
726 changes: 363 additions & 363 deletions webhooks/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions webhooks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.9.0"
redis = "~=5.0.8"
redis = "~=5.1.0"
sse-starlette = "~=2.1.3"
typing-extensions = "~=4.12.0"
uvicorn = { version = "~0.30.5", extras = ["standard"] }
ddtrace = "^2.12.2"
uvicorn = { version = "~0.31.0", extras = ["standard"] }
ddtrace = "^2.14.0"

[tool.poetry.dev-dependencies]
anyio = "~4.6.0"
Expand Down

0 comments on commit 5096518

Please sign in to comment.