Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pyyaml to 5.1 #3419

Merged
merged 1 commit into from
May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade pyyaml to 5.1
Now that integrations use 5.1, I think we need it here as well. It
creates issues Windows CI too.
  • Loading branch information
therve committed May 7, 2019
commit 6573c4d3e558d1790fbe854969f1e597f5371831
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ invoke==1.0.0
reno==2.9.2
docker==3.0.1
requests==2.20.1
PyYAML==3.13
PyYAML==5.1
toml==0.9.4