From 8b88b00d7d68cda389e205f5c5693e5c0acd3fda Mon Sep 17 00:00:00 2001 From: Trecia Agoylo Date: Thu, 21 Mar 2024 13:47:34 +0800 Subject: [PATCH] Update pyproject.toml update pyyaml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56bd8510..b2392b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Travis F. Collins "] python = "^3.6" pyfiglet = "^0.8.post1" fabric = "^2.5.0" -pyyaml = "^5.3.1" +pyyaml = "^6.0.0" pyserial = "^3.4" pytest = "^5.4.1" pyvesync_v2 = "^1.1.0"