From 64e189eea6d6bf1913db42319e730316b65ed0aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:16:53 +0000 Subject: [PATCH] Update dependency uvicorn to ^0.31.0 --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 8b408bc..633299e 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -761,13 +761,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] @@ -800,4 +800,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a9023328389b79f64d64bc77341173cb4a88dc0c6f40ffd059f3a080c40890b0" +content-hash = "118fced4ac49a789dde7318d6af204f31fc45a959d0c9097ee7f20eda145c1d9" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 46213b1..62f07d2 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" fastapi = "^0.115.0" redis = "^5.0.0" -uvicorn = "^0.30.0" +uvicorn = "^0.31.0" pre-commit = "^3.3.3" sentry-sdk = "^2.0.0" httpx = "^0.27.0"