Skip to content

Commit

Permalink
Bump PyYAML requirement to be compatible with Synapse's pinned version (
Browse files Browse the repository at this point in the history
#93)

Synapse has PyYAML 6.0 pinned currently.

Signed-off-by: Sean Quah <seanq@matrix.org>
  • Loading branch information
squahtx authored Mar 30, 2023
1 parent 633c48e commit 0e78713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 0e78713

Please sign in to comment.