Bump PyYAML requirement to be compatible with Synapse's pinned version (#93)

Synapse has PyYAML 6.0 pinned currently.

Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
Sean Quah 2023-03-30 14:07:23 +01:00 committed by GitHub
parent 633c48eda4
commit 0e78713885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ setup(
"botocore>=1.12.23,<2.0", "botocore>=1.12.23,<2.0",
"humanize>=0.5.1,<0.6", "humanize>=0.5.1,<0.6",
"psycopg2>=2.7.5,<3.0", "psycopg2>=2.7.5,<3.0",
"PyYAML>=5.4,<6.0", "PyYAML>=5.4,<7.0",
"tqdm>=4.26.0,<5.0", "tqdm>=4.26.0,<5.0",
"Twisted", "Twisted",
], ],