-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Allow the 5.1 release of pyyaml #4015
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4015 +/- ##
==========================================
- Coverage 94.41% 94.4% -0.01%
==========================================
Files 188 188
Lines 14151 14151
==========================================
- Hits 13360 13359 -1
- Misses 791 792 +1
Continue to review full report at Codecov.
|
@JordonPhillips @dstufft anything I can help with to get this integrated? awscli is currently preventing us from upgrading pyyaml |
This is a great change! We use What's missing to merge this? |
The 'awscli' package has not yet revised its requirements in order to support an adequate version of the 'PyYAML' package; until such time, manual intervention is required when attempting to use this library or the CLI tool. To workaround this incompatibility, install a supported version: pip install PyYAML>3.10,<=3.13 Refs: https://nvd.nist.gov/vuln/detail/CVE-2017-18342 Refs: aws/aws-cli#4042 Refs: aws/aws-cli#4015
The 'awscli' package has not yet revised its requirements in order to support an adequate version of the 'PyYAML' package; until such time, manual intervention is required when attempting to use this library or the CLI tool. To workaround this incompatibility, install a supported version: pip install PyYAML>3.10,<=3.13 Refs: https://nvd.nist.gov/vuln/detail/CVE-2017-18342 Refs: aws/aws-cli#4042 Refs: aws/aws-cli#4015
@kyleknap maybe you can review this? it's been two months <3 |
Is there any way we can help on getting this merged? If there are things to fix, please let us know. |
Please, can you please review and merge this AWS, all job is made, and waiting this, we have lots of impacts of incompatible dependancies. |
Has been merged in: Edit: Oops not yet. It is a similar PR though which has been approved |
Merged in #4231 |
Similar to #3430
This allows the latest version of pyyaml to be used without conflict
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.