diff --git a/poetry.lock b/poetry.lock index 24ea6b4..56ffa82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1629,13 +1629,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.31.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.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"}, + {file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"}, ] [package.dependencies] @@ -1913,4 +1913,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "7d929e3d7026ab854c7dae36aecb924f9ee9e529ba645829fae102feec22316f" +content-hash = "9938a71f936f5db786bae65576ad0fce3032f97ad84e25e7fb00e52a8de2e0fc" diff --git a/pyproject.toml b/pyproject.toml index 9bf872a..580d494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ ruff = "^0.6.7" mypy = "^1.11.2" pre-commit = "^3.8.0" fastapi = {extras = ["all"], version = "^0.115.0"} -uvicorn = "^0.30.6" +uvicorn = "^0.31.1" starlette = "^0.38.6" requests = "^2.32.3" types-requests = "^2.32.0.20240914"