diff --git a/trustregistry/poetry.lock b/trustregistry/poetry.lock index 5a0912e5a..ab935ea2f 100644 --- a/trustregistry/poetry.lock +++ b/trustregistry/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alembic" @@ -1468,13 +1468,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.32.1" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, - {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -1625,4 +1625,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3de6d347fcc1bc00047219b836cc949feeae832233a080a300220120ca74dff6" +content-hash = "06ca317045ac17558073990d5a8a810169ddf9d21a097de89975da3fb66cc6c2" diff --git a/trustregistry/pyproject.toml b/trustregistry/pyproject.toml index 97a22050e..586899f7c 100644 --- a/trustregistry/pyproject.toml +++ b/trustregistry/pyproject.toml @@ -15,7 +15,7 @@ orjson = "~3.10.7" psycopg2-binary = "~=2.9.6" pydantic = "~2.10.1" sqlalchemy = "~=2.0.19" -uvicorn = "~0.32.1" +uvicorn = "~0.34.0" ddtrace = "^2.17.0" scalar-fastapi = "^1.0.3" alembic = "~1.14.0"