From 4a3a2a9da3a1f1a21737679158ed95391729bc07 Mon Sep 17 00:00:00 2001 From: Bilal Awan <56023064+bilalawan321@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:51:31 +0500 Subject: [PATCH] chore: update pyyaml version to 6.0.1 (#183) Fixes: LEARNER-9700 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6546462d..d0b3c47a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ selenium==4.1 Appium-Python-Client==2.9.0 pytest==7.3.1 pytest-html==3.2.0 -PyYAML==6.0 +PyYAML==6.0.1