From e4e492cef17b37b542a4fa85f6266f406d1b4050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:33:46 +0000 Subject: [PATCH] Update dependency uvicorn to v0.31.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 95bd2eb..589eb65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1432,13 +1432,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.24.0.post1" +version = "0.31.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, - {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, + {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, + {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, ] [package.dependencies] @@ -1625,4 +1625,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "02b0c4706a8f9daec4a299a3b3c6063619d4ae8bed824e69414045b367f57b6d" +content-hash = "490ce15b58e8a927942507deea6815c24b48d8ecfca41f8a79a9dd41755e20fd" diff --git a/pyproject.toml b/pyproject.toml index b7b6a8a..54d03a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ hamqth = "0.1.3" pycountry = "22.3.5" pydantic = "2.3.0" requests = "^2.26.0" -uvicorn = "0.24.0.post1" +uvicorn = "0.31.0" jinja2 = "3.1.2" call_to_dxcc = "^0.0.1" pydantic-settings = "^2.0.1"