From efc5412499b717e1f915d07895abe7ae2c6997b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:42:57 +0000 Subject: [PATCH] Update dependency uvicorn to ^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51ef63080..260f25a59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4124,13 +4124,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0.post1" description = "The lightning-fast ASGI server." optional = true 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.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, + {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, ] [package.dependencies] @@ -4503,4 +4503,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3008b4861ffdb466185191d1e29bfba9974d45d97e153664e795459e5ded17cd" +content-hash = "9ee30a3697fefb5e9bc1ccd1973ac97d109d2ac4b87b0abb74fe5a56d0e2b29f" diff --git a/pyproject.toml b/pyproject.toml index a58f82954..f243169b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ click = "^8.1.3" click-plugins = "^1.1.1" python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0" fastapi = {version = "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.86.0 || ^0.87.0 || ^0.88.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.92.0 || ^0.93.0 || ^0.94.0 || ^0.95.0 || ^0.96.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0 || ^0.104.0", optional = true} -uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0", optional = true} +uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0", optional = true} httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0", optional = true} fedora-messaging = {version = "^3.3.0", optional = true} tomli = {version = "^2.0.1", optional = true}