From fa75d26da8754f3aceed9e730e3237493f35783c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:53:48 +0000 Subject: [PATCH] feat(deps): update dependency pyyaml to v6.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd69f2d..42702ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest==7.4.3 # PyTest Testing click==8.1.7 # Uvicorn httptools==0.6.4 # Uvicorn -pyyaml==6.0.1 # Uvicorn +pyyaml==6.0.2 # Uvicorn uvicorn==0.27.0.post1 # Uvicorn uvloop==0.19.0 # Uvicorn watchfiles==0.21.0 # Uvicorn