From a960fc496730fc560c2fbfbb52b9a26e8f421b3b Mon Sep 17 00:00:00 2001 From: Sagiv Oulu Date: Wed, 6 Sep 2023 15:30:49 +0300 Subject: [PATCH] fix: pip install failed on mac --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93c24a3f..b11db86c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pre-commit==2.20.0 psutil==5.9.1 pytest==7.1.1 pytest-cov==3.0.0 -pyyaml==6.0 +pyyaml==6.0.1 requests==2.27.1 types-attrs==19.1.0 types-boto==2.49.17