Skip to content

Commit

Permalink
avoid limiting pyyaml version (#2461) (#2463)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e73cc4)

Co-authored-by: Petr Jašek <[email protected]>
  • Loading branch information
marwoodandrew and petrjasek authored Aug 2, 2023
1 parent 2731b02 commit aa011a7
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 @@ -44,7 +44,7 @@
"boto3>=1.18.42,<2",
"websockets>=3.0,<7.0",
"mongolock>=1.3.4,<1.4",
"PyYAML>=5.3.1,<6.0",
"PyYAML>=6.0.1",
"lxml>=4,<4.7",
"python-twitter==3.5",
"chardet<4.0",
Expand Down

0 comments on commit aa011a7

Please sign in to comment.