From 4e14e51294846c70363357387b688356172d4282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:03:13 +0000 Subject: [PATCH] Update dependency uvicorn to ^0.24.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0d740fb..f0b5062 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1378,14 +1378,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.24.0-py3-none-any.whl", hash = "sha256:3d19f13dfd2c2af1bfe34dd0f7155118ce689425fdf931177abe832ca44b8a04"}, + {file = "uvicorn-0.24.0.tar.gz", hash = "sha256:368d5d81520a51be96431845169c225d771c9dd22a58613e1a181e6c4512ac33"}, ] [package.dependencies] @@ -1639,4 +1639,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f5ac3966617a3df4dec2bd315abf0a31918bbf2bb950446fdb49aca98706212c" +content-hash = "b559af58f8f5b6bad1fb14a78e1536f2b4f14e5cb97b2e336db9832fe561e0ab" diff --git a/pyproject.toml b/pyproject.toml index 1e71474..c43449b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ reader = "^3.4" discord-webhook = "^1.0.0" platformdirs = "^3.0.0" fastapi = "^0.104.0" -uvicorn = { extras = ["standard"], version = "^0.23.0" } +uvicorn = { extras = ["standard"], version = "^0.24.0" } jinja2 = "^3.1.2" apscheduler = "^3.10.0" python-multipart = "^0.0.6"