chore(deps): bump requests to 2.33.1 in search-api (replaces #11, #23)#31
Merged
Merged
Conversation
Supersedes #11 (2.32.4 → 2.33.0) and #23 (2.32.4 → 2.33.1) from the Dependabot pip-security group — both are blocked by the branch-name governance guard per docs/SECURITY.md. This re-creates the upgrade on a codex-compliant branch. #23 is the newer of the two Dependabot PRs and carries the security fixes, so we take that version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 21, 2026
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.
What
Bump
requestsfrom2.32.4to2.33.1insearch-api/requirements.txt. Single-line change.Why
This supersedes two Dependabot PRs that cannot merge as-is:
requests 2.32.4 → 2.33.0(pip-security group)requests 2.32.4 → 2.33.1(newer, security)Both fail the repo's
branch-namegovernance guard because Dependabot usesdependabot/...branch names, which don't match the requiredcodex/<type>/<slug>pattern enforced by scripts/git/guard-branch.sh. Per docs/SECURITY.md — Dependency Intake Policy, merge-ready dependency updates are re-created on codex-compliant branches.#23 is the newer and more-secure version, so we take
2.33.1and close both Dependabot PRs as superseded.Wave 4 of the audit remediation plan (
.claude/plans/ancient-kindling-wilkes.md).How
Single commit:
chore(deps): bump requests to 2.33.1 in search-api. Edits one line insearch-api/requirements.txt. Branch is offorigin/master.Testing
pnpm search-api:test(pre-existing suite, not re-run locally because this is a lockfile-only bump)requests 2.33.xdocument fixes without breaking changes for our call sites (standardget/post, no internal API use)Search API Testsjob on this branchPerformance impact
Risk / Notes
Screenshots (UI only)
Lockfile rationale (if lockfile changed)
pnpm-lock.yamlnot modified (this is a pip dep, not npm)search-api/requirements.txtbumped one line; no transitive pip lockfile in this repo🤖 Generated with Claude Code