build: bump importlib-metadata from 4.6.4 to 9.0.0 in /requirements - #754
Open
blaipr wants to merge 1 commit into
Open
build: bump importlib-metadata from 4.6.4 to 9.0.0 in /requirements#754blaipr wants to merge 1 commit into
blaipr wants to merge 1 commit into
Conversation
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.
SUMMARY
Bumps
importlib-metadatafrom4.6.4to9.0.0inrequirements/requirements.txt. It reads installed distribution metadata; the collection and plugin loaders use it.The Python requirements are outside Dependabot's scope on purpose: #675 turned on version updates for github-actions and for npm in
/awx/uiand left this file out, because it is compiled byrequirements/updater.shrather than hand-pinned. So this was produced the same waymake requirementsproduces it:run inside the
ascender_develimage, which is where that script insists on running. Pinned with==inrequirements.in, soupgradecannot move it: the pin is edited first andrunrecompiles against it. The result is 1 added / 1 removed in each of the two files.This is the largest jump in the set and the pin is the oldest: 4.6.4 is from 2021, and like
packaging==24.2it carries no comment saying why. The unit suite passes on 9.0.0, but that only covers the import paths those tests reach, so this one deserves a closer look than the patch bumps beside it. Happy to close it if the pin turns out to be load-bearing for something the tests do not touch.ISSUE TYPE
COMPONENT NAME
ASCENDER VERSION
Tests
Tested before opening, in the same image, with
importlib-metadata 9.0.0installed into the AWX venv:CI does not run on pull requests from a fork until a maintainer approves the workflow, so this is what stands behind the change until then.