diff --git a/poetry.lock b/poetry.lock index 279ffbc..68f9507 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2202,13 +2202,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.31.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.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, + {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, ] [package.dependencies] @@ -2471,4 +2471,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "c9e24f43dbae4638cfdc7c42ade493167b0534142156bedd4db16bdb3d182548" +content-hash = "3450845ea716a7cf7d5f5a91843ef652ffd3a51e03a784169a37e0d99a79579a" diff --git a/pyproject.toml b/pyproject.toml index 60ccfd1..eae30bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi-users = {version = "^13.0.0", extras = ["redis", "beanie", "oauth"]} loguru = "^0.7.2" python-decouple = "^3.8" phonenumbers = "^8.13.46" -uvicorn = {version = "^0.30.6", extras = ["standard"]} +uvicorn = {version = "^0.31.0", extras = ["standard"]} python-magic = "^0.4.27" pandas = ">=2.0.0" minio = "^7.2.9"