diff --git a/poetry.lock b/poetry.lock index 2cdbb972f7..95e31db590 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1691,13 +1691,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] @@ -1782,4 +1782,4 @@ cli = ["click", "cookiecutter", "jinja2-time", "rich"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "655f1de42f896216982bdea5f016951b8f259ee46486131796daffce27d8b98f" +content-hash = "99a71bb31e7a39cb7b6703e30b6db190138955dea1a5752fa5f45141ee4fdfce" diff --git a/pyproject.toml b/pyproject.toml index 89d1900520..3e4c7a00c7 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"