michaeljmarshall opened a new pull request, #20842: URL: https://github.com/apache/pulsar/pull/20842
Fixes #20839 ### Motivation Our docker builds are failing because of a transitive dependency that is now broken. See https://github.com/yaml/pyyaml/pull/702 for more information. Note: I am not sure what consequences might come from going from 5.4.1 to 6.0.1. The change log seems pretty tame https://github.com/yaml/pyyaml/blob/master/CHANGES. The biggest change is dropping support for python 2.7. ### Modifications * Upgrade pyyaml from 5.4.1 to 6.0.1 ### Verifying this change This is a relatively minor change. My understanding is that we use this to format the function configuration yaml file. ### Documentation - [x] `doc-not-needed` ### Matching PR in forked repository PR in forked repository: Skipping personal testing since this is a hot fix to unblock builds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
