From bf1ff4b706d490846fff83e1af9703e5f1349f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:56:19 +0000 Subject: [PATCH] feat(deps): update dependency pyyaml to v6.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65e3463..fb9014f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest==8.4.1 # PyTest Testing click==8.2.1 # Uvicorn httptools==0.6.4 # Uvicorn -pyyaml==6.0.2 # Uvicorn +pyyaml==6.0.3 # Uvicorn uvicorn==0.35.0 # Uvicorn uvloop==0.21.0 # Uvicorn watchfiles==1.1.0 # Uvicorn