From b3fcc89d35586a4c704039d437220b4b4be84eb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:42:50 +0000 Subject: [PATCH] chore(deps): update dependency pyyaml to v6.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bc7514..329dd19 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'lru_cache==0.2.3', 'backports.functools_lru_cache==1.6.6', 'pathlib2==2.3.7.post1', - 'pyyaml==6.0.1', + 'pyyaml==6.0.2', 'boto3==1.34.6', 'hvac==1.2.1' ]