diff --git a/poetry.lock b/poetry.lock index b284979c26..5e49dd3f4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1694,13 +1694,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -1785,4 +1785,4 @@ cli = ["click", "cookiecutter", "jinja2-time", "rich"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b0c5ced954a5ab488221a0b12dca18dccd7969e08d8c8494f0d944f144da23a1" +content-hash = "3d61564426513c28d6aa60911bafda2880115ce746045c9c2537b4b6c838f533" diff --git a/pyproject.toml b/pyproject.toml index f6ce2f7d70..7dd7fd3e31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ loguru = "^0.7.0" pyyaml = "^6.0" werkzeug = ">=2.3.4,<4.0.0" fastapi = "^0.115.3" -uvicorn = ">=0.22,<0.31" +uvicorn = ">=0.22,<0.33" confluent-kafka = "^2.1.1" httpx = ">=0.24.1,<0.28.0" jq = "^1.8.0"