diff --git a/poetry.lock b/poetry.lock
index b34492a0b04624d934c885f2dc25e71153697c4b..f9d2988370af2a6f0ed98f5b73043f5ebe1946da 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.1"
 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.1-py3-none-any.whl", hash = "sha256:984c3a8c7ca18ebaad15995ee7401179212c59521e67bfc390c07fa2b8d2e065"},
+    {file = "uvicorn-0.34.1.tar.gz", hash = "sha256:af981725fc4b7ffc5cb3b0e9eda6258a90c4b52cb2a83ce567ae0a7ae1757afc"},
 ]
 
 [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 = "5780f99a65a63dd2d64bcd88c64bcd545f97b6058853f941e0e83a22fc085c56"
diff --git a/pyproject.toml b/pyproject.toml
index a851a1936d30f0c4c42a40d34c53ee85f544bac3..b8c9c4d40b7361872e94b448db1ed468995b3936 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.1"
 sqlalchemy = "2.0.38"
 apscheduler = "3.11.0"