diff --git a/poetry.lock b/poetry.lock
index 13e85919212c21d19574631337ddafbd5842ec48..17b35f787f31529be198301eab6fd405e799624a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
 
 [[package]]
 name = "anyio"
@@ -710,14 +710,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
 
 [[package]]
 name = "uvicorn"
-version = "0.20.0"
+version = "0.22.0"
 description = "The lightning-fast ASGI server."
 category = "main"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "uvicorn-0.20.0-py3-none-any.whl", hash = "sha256:c3ed1598a5668208723f2bb49336f4509424ad198d6ab2615b7783db58d919fd"},
-    {file = "uvicorn-0.20.0.tar.gz", hash = "sha256:a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8"},
+    {file = "uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"},
+    {file = "uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"},
 ]
 
 [package.dependencies]
@@ -730,4 +730,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9"
-content-hash = "eb1041a404ed55f339ba5c5e20658694a1825b33e75c7ae40914f9f959d6e437"
+content-hash = "fdc918f385684470128aa6c9d3c4053b597e8cb483d01c47506c15c354ffb05a"
diff --git a/pyproject.toml b/pyproject.toml
index 2b3adef3bc97d47d793f35209c0776cf18b09179..746e44f764e6e632a747801c6c2fc0037bb0615e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ secondary = true
 python = "^3.9"
 thecodelabs-baseutils = "*"
 fastapi = "0.92.0"
-uvicorn = "0.20.0"
+uvicorn = "0.22.0"
 sqlalchemy = "2.0.4"
 apscheduler = "3.10.0"