diff --git a/poetry.lock b/poetry.lock index 4e5f6bc..93ddd68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1470,13 +1470,13 @@ typing-extensions = ">=4.12.0" [[package]] name = "uvicorn" -version = "0.38.0" +version = "0.40.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "uvicorn-0.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02"}, - {file = "uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d"}, + {file = "uvicorn-0.40.0-py3-none-any.whl", hash = "sha256:c6c8f55bc8bf13eb6fa9ff87ad62308bbbc33d0b67f84293151efe87e0d5f2ee"}, + {file = "uvicorn-0.40.0.tar.gz", hash = "sha256:839676675e87e73694518b5574fd0f24c9d97b46bea16df7b8c05ea1a51071ea"}, ] [package.dependencies] @@ -1509,4 +1509,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e24a53b7797898ec34b98d0399b513e5d211d0db594ad2c7588fd46a3ab61999" +content-hash = "1efa564a445ffe540d62d7cc25500b56ec2b0e941a916981780218b6d1a0a6f4" diff --git a/pyproject.toml b/pyproject.toml index 89d896b..1cfcaf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "fastapi_ecom"}] [tool.poetry.dependencies] python = "^3.12" fastapi = "^0.128.0" -uvicorn = "^0.38.0" +uvicorn = "^0.40.0" sqlalchemy = "^2.0.31" alembic = "^1.13.2" bcrypt = "^5.0.0"