From 7dec5814cf35a255f714c68965c44751d446a4f7 Mon Sep 17 00:00:00 2001
From: renovate-bot <renovate-bot@thecodelabs.de>
Date: Sun, 20 Apr 2025 18:44:46 +0000
Subject: [PATCH] Update dependency uvicorn to v0.34.2

---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index b34492a..677f810 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.2"
 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.2-py3-none-any.whl", hash = "sha256:deb49af569084536d269fe0a6d67e3754f104cf03aba7c11c40f01aadf33c403"},
+    {file = "uvicorn-0.34.2.tar.gz", hash = "sha256:0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328"},
 ]
 
 [package.dependencies]
@@ -833,4 +833,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)",
 [metadata]
 lock-version = "2.1"
 python-versions = "^3.9"
-content-hash = "ffe37921473b46c68e6f0d2120d8421a32e6c5d50246e8926ce587c8f15214c9"
+content-hash = "69e9d6372cbd1517de8afd0b3964223d6b263c1e35eabf20a806a33b44f5a968"
diff --git a/pyproject.toml b/pyproject.toml
index a851a19..6f63164 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.2"
 sqlalchemy = "2.0.38"
 apscheduler = "3.11.0"
 
-- 
GitLab