[Backport 7.83.x] Bump pyasn1 from 0.6.3 to 0.6.4 - #24900
[Backport 7.83.x] Bump pyasn1 from 0.6.3 to 0.6.4#24900dd-octo-sts[bot] wants to merge 2 commits into
Conversation
|
Warning This PR changes Agent dependencies. Do not merge it until the wheels are promoted. Dependency inputs changed, so the dependency resolution and wheel build workflow runs on this branch. It takes 1.5 to 3 hours and finishes by committing updated lockfiles. The wheels it builds then have to be promoted before the Agent can use them. Steps to take, in order:
Merging before promotion leaves the Agent unable to install the wheels these lockfiles pin. Pushing again to this branch invalidates the promotion, so if you push after step 4 you have to promote again. Head commit |
|
Backport evaluation: View Slack thread |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5710e59ec7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| psutil==6.0.0 | ||
| psycopg[c,pool]==3.3.4 | ||
| pyasn1==0.6.3 | ||
| pyasn1==0.6.4 |
There was a problem hiding this comment.
Regenerate the Agent dependency lockfiles
For this 7.83.x security backport, all five committed .deps/resolved/*_3.13.txt lockfiles still select pyasn1-0.6.3 (for example, linux-aarch64_3.13.txt:80), while .deps/builder_inputs.toml retains the old resolution hash. Consequently, the merge-queue resolution-pin check reports a stale pin, and a direct/backport build consuming these lockfiles would continue packaging the vulnerable wheel instead of 0.6.4; include the regenerated .deps outputs as the original commit did.
Useful? React with 👍 / 👎.
This comment has been minimized.
This comment has been minimized.
Validation ReportAll 21 validations passed. Show details
|
What does this PR do?
Backported commit:
12dda12ed0- Bump pyasn1 from 0.6.3 to 0.6.4Original PR: #24727
Target branch:
7.83.xMotivation
Review checklist (to be filled by reviewers)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged