From 0e78713885852ba03074f4fcd00454df43de58db Mon Sep 17 00:00:00 2001 From: Sean Quah <8349537+squahtx@users.noreply.github.com> Date: Thu, 30 Mar 2023 14:07:23 +0100 Subject: [PATCH] Bump PyYAML requirement to be compatible with Synapse's pinned version (#93) Synapse has PyYAML 6.0 pinned currently. Signed-off-by: Sean Quah --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a560322..c6f0e0a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "botocore>=1.12.23,<2.0", "humanize>=0.5.1,<0.6", "psycopg2>=2.7.5,<3.0", - "PyYAML>=5.4,<6.0", + "PyYAML>=5.4,<7.0", "tqdm>=4.26.0,<5.0", "Twisted", ],