From 876ccaf8d251a883ba74e00f3c18faad8c5c4543 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 1 Aug 2023 21:24:14 -0400 Subject: [PATCH] Pin pyyaml for #724 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cbc167..bbb5408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "MIT" python = "^3.7" spotipy = "^2.18.0" spotify-model = {path = "../spotify_model", develop = true} -PyYAML = "^5.4.1" +PyYAML = "=5.3.1" [tool.poetry.dev-dependencies] pre-commit = "^2.13.0"