From 91d281e4f3dc51905d7741bab4c6ba65410bb455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:47:07 +0000 Subject: [PATCH] Update dependency uvicorn to ^0.26.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8eacc16..8f4ae48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -905,13 +905,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.25.0" +version = "0.26.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, - {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, + {file = "uvicorn-0.26.0-py3-none-any.whl", hash = "sha256:cdb58ef6b8188c6c174994b2b1ba2150a9a8ae7ea5fb2f1b856b94a815d6071d"}, + {file = "uvicorn-0.26.0.tar.gz", hash = "sha256:48bfd350fce3c5c57af5fb4995fded8fb50da3b4feb543eb18ad7e0d54589602"}, ] [package.dependencies] @@ -1163,4 +1163,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c794b6f1ef2f4ed0ae53383828f362139217d9c33e22c17fe90d4d6b154bc864" +content-hash = "e5976646d2c18cdfe90a15c002a015e0cc4c590e1649e8f0be2820708470e173" diff --git a/pyproject.toml b/pyproject.toml index 5a19ccc..458afe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ discord-webhook = "^1.3.0" python-multipart = "^0.0.6" python-dotenv = "^1.0.0" Jinja2 = "^3.1.2" -uvicorn = { extras = ["standard"], version = "^0.25.0" } +uvicorn = { extras = ["standard"], version = "^0.26.0" } [tool.poetry.group.dev.dependencies] httpx = "^0.26.0"