[v2] Bump ruamel-yaml from 0.17.21 to 0.19.1#9814
Open
Conversation
1 task
Bumps ruamel-yaml from 0.17.21 to 0.19.1. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* ruamel-yaml 0.17.22 comes with a style change that affects test results. From https://sourceforge.net/p/ruamel-yaml/code/ci/0.17.22/tree/CHANGES > plain scalars: put single words longer than width on a line of their own, instead of after the previous line * ruamel-yaml 0.17.29 introduces an issue with add_constructor and DEFAULT_MAPPING_TAG, and the issue is fixed with 0.17.36 [1], hence the new lower bound. [1] https://sourceforge.net/p/ruamel-yaml/tickets/482/ (cherry picked from commit 1b5ef38)
4b88a85 to
d3a78fc
Compare
|
Thank you for your work! Is there a reason why there's no review and merge to update an 4 years old dependency to support Python 3.14 before 3.15 will be released? 🤔 |
Contributor
Author
|
I don't know why keeping dependency versioning updated in a reasonable manner is such a low maintenance priority here that it has taken months to years to get this kind of contribution reviewed. It's frustrating as a downstream packager. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a combination of
#9811#10033 and the test data format updates from #8072. Updating ruamel-yaml is necessary for Python 3.14 support#9783#9914.I may be missing regeneration of a few more lockfiles, not sure what the procedure is for updating all of those.I updated them by hand, hopefully same result as running the regenerate lockfiles scriptBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.