build: bump cython from 3.2.5 to 3.3.0 in /requirements - #756
Open
blaipr wants to merge 1 commit into
Open
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
cythonfrom3.2.5to3.3.0inrequirements/requirements.txt. It compiles the C extensions the image builds from source.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. The result is 1 added / 1 removed in the lockfile.ISSUE TYPE
COMPONENT NAME
ASCENDER VERSION
Tests
Tested before opening, in the same image, with
cython 3.3.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.