build: bump drf-spectacular from 0.29.0 to 0.30.0 in /requirements - #718
Open
blaipr wants to merge 1 commit into
Open
build: bump drf-spectacular from 0.29.0 to 0.30.0 in /requirements#718blaipr wants to merge 1 commit into
blaipr wants to merge 1 commit into
Conversation
blaipr
force-pushed
the
build/bump-drf-spectacular-0.30.0-requirements
branch
from
August 23, 2026 21:19
61afc2b to
6f2d6aa
Compare
cigamit
previously approved these changes
Aug 26, 2026
Compiled with requirements/updater.sh upgrade drf-spectacular in the ascender_devel image, so the pin moves the way `make requirements` moves it. It generates the OpenAPI schema the API serves.
blaipr
force-pushed
the
build/bump-drf-spectacular-0.30.0-requirements
branch
from
August 26, 2026 11:49
4c73512 to
4e4d632
Compare
Contributor
Author
|
Rebased onto current Heads up that the force push dismissed your approval, so this needs another one when you get a chance. |
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
drf-spectacularfrom0.29.0to0.30.0inrequirements/requirements.txt. It generates the OpenAPI schema the API serves.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
I tested this update before opening the pull request; it is not a resolver-only change.
Tested in the same image, with
drf-spectacular 0.30.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.