aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
354 stars 111 forks source link

Updating Pyyaml Dependency #1746

Closed smittals2 closed 1 month ago

smittals2 commented 1 month ago

Description of changes:

updating the pyyaml dependency from 6.0 to 6.0.1. Pyyaml 6.0 does not work with Python 3.12 and we should be able to support it: https://github.com/yaml/pyyaml/issues/756

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.45%. Comparing base (5fd0f08) to head (219d98e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1746 +/- ## ========================================== + Coverage 78.43% 78.45% +0.01% ========================================== Files 580 580 Lines 96756 96756 Branches 13877 13864 -13 ========================================== + Hits 75888 75907 +19 + Misses 20249 20232 -17 + Partials 619 617 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.