From f42ef84c7c19eab1e603082e53a0022d98e6439d Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate-bot@thecodelabs.de> Date: Sun, 1 Jun 2025 10:47:09 +0000 Subject: [PATCH] Update dependency uvicorn to v0.34.3 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b34492a..b2019be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -812,14 +812,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.34.0" +version = "0.34.3" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, - {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, + {file = "uvicorn-0.34.3-py3-none-any.whl", hash = "sha256:16246631db62bdfbf069b0645177d6e8a77ba950cfedbfd093acef9444e4d885"}, + {file = "uvicorn-0.34.3.tar.gz", hash = "sha256:35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a"}, ] [package.dependencies] @@ -828,9 +828,9 @@ h11 = ">=0.8" typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "ffe37921473b46c68e6f0d2120d8421a32e6c5d50246e8926ce587c8f15214c9" +content-hash = "b456799c0b1683895c3195aa73e7e2a95ebff09be8bef5e1c03a3f083ad4e544" diff --git a/pyproject.toml b/pyproject.toml index a851a19..4071637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ priority = "explicit" python = "^3.9" thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } fastapi = "0.115.11" -uvicorn = "0.34.0" +uvicorn = "0.34.3" sqlalchemy = "2.0.38" apscheduler = "3.11.0" -- GitLab