From 84439444306c6ffeb27238a0bf1828d1eab8dbc5 Mon Sep 17 00:00:00 2001 From: Long Zhang Date: Mon, 14 Aug 2023 12:08:53 +0200 Subject: [PATCH] bump the pyyaml version to fix the pipeline --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e3e6b6..9e4ec8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ azure-mgmt-costmanagement==4.0.0 azure-identity==1.13.0 prometheus-client==0.17.0 envyaml==1.10.211231 -pyyaml==6.0 -python-dateutil==2.8.2 \ No newline at end of file +pyyaml==6.0.1 +python-dateutil==2.8.2