From ebfa8eb60a68e4e03ba71903158122dd21379aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:00:34 +0000 Subject: [PATCH] Update dependency uvicorn to ^0.32.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cb4aa4f..9ffbcfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -874,13 +874,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.31.1" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.31.1-py3-none-any.whl", hash = "sha256:adc42d9cac80cf3e51af97c1851648066841e7cfb6993a4ca8de29ac1548ed41"}, - {file = "uvicorn-0.31.1.tar.gz", hash = "sha256:f5167919867b161b7bcaf32646c6a94cdbd4c3aa2eb5c17d36bb9aa5cfd8c493"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -1132,4 +1132,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cde64a9f44b8e450adf819cd05b18d62f05f24d4644f2c757437870094da57da" +content-hash = "8904d1cbea8b7e7dbdf6b78b41f19d3821a855b33623e0a68a48a6c469ae2056" diff --git a/pyproject.toml b/pyproject.toml index af33ed5..1184f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ discord-webhook = "^1.3.1" python-multipart = "^0.0.12" python-dotenv = "^1.0.1" Jinja2 = "^3.1.4" -uvicorn = { extras = [ "standard" ], version = "^0.31.0" } +uvicorn = { extras = [ "standard" ], version = "^0.32.0" } [tool.poetry.group.dev.dependencies] httpx = "^0.27.0"