diff --git a/poetry.lock b/poetry.lock index 8575a17..4c68beb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.32.1" 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.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, + {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, ] [package.dependencies] @@ -569,7 +569,7 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [[package]] name = "watchdog" @@ -711,4 +711,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a09e4bfc6679e5c5219bf5bd03d779ab90d39a849a89c04ff25558668b476170" +content-hash = "8869e7de9bfaf93981533534d39eb0666c74c122c10e7743ab32d5421bc96cbe" diff --git a/pyproject.toml b/pyproject.toml index 912d56e..4e1bb60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" fastapi = "^0.114.1" -uvicorn = "^0.30.6" +uvicorn = "^0.32.1" pillow = "^10.4.0" jinja2 = "^3.1.4" dependency-injector = "4.42.0b1"