Upgrade software dependencies 2026-05-25 (#8051)#8065
Merged
Conversation
52 tasks
950f61e to
ca064ee
Compare
01616f1 to
eb92be3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #8065 +/- ##
========================================
Coverage 84.72% 84.72%
========================================
Files 165 165
Lines 24245 24245
========================================
Hits 20541 20541
Misses 3704 3704 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ff514c0 to
e5e4afa
Compare
c7e35db to
a140adc
Compare
hannes-ucsc
requested changes
Jun 4, 2026
| result = self._http_client.request(url=request.url, | ||
| method=request.method, | ||
| headers=request.headers, | ||
| headers=cast(Mapping[str, str], request.headers), |
Member
There was a problem hiding this comment.
cast is almost always problematic. The only legitimate use is working around a bug in the type checker. Remove this commit and the dependency upgrade that requires it. File a follow-up issue.
Comment on lines
+166
to
+168
| assert request.url is not None | ||
| assert request.method is not None | ||
| assert isinstance(request.body, (bytes, type(None))) |
ce68fba to
dbfe779
Compare
539f900 to
658c309
Compare
hannes-ucsc
approved these changes
Jun 10, 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.
Linked issue: #8051
Checklist
Author
developupgrades/yyyy-mm-ddUpgrade software dependencies yyyy-mm-ddAuthor (upgrading deployments)
make docker_images.jsonand committed the resulting changes or this PR does not modifyazul_docker_images, or any other variables referenced in the definition of that variableutag to commit title or this PR does not require upgrading deploymentsupgradeor does not require upgrading deploymentsdeploy:sharedor does not modifydocker_images.json, and does not require deploying thesharedcomponent for any other reasondeploy:gitlabor does not require deploying thegitlabcomponentbackup:gitlabdeploy:runneror does not require deploying therunnerimageAuthor (before every review)
develop, squashed fixups from prior reviewsmake requirements_updateor this PR does not modifyDockerfile,environment,requirements*.txt,common.mk,Makefileorenvironment.bootRtag to commit title or this PR does not modifyrequirements*.txtreqsor does not modifyrequirements*.txtAL2023_releasevariable in gitlab.tf.json.template.py to the most recent AL2023 release or no update is availablemake integration_testpasses in personal deployment or this PR does not modify functionality that could affect the IT outcomeSystem administrator (after approval)
no demoN reviewslabel is accurateOperator
developOperator (deploy
.sharedand.gitlabcomponents)_select dev.shared && CI_COMMIT_REF_NAME=develop make -C terraform/shared apply_keep_unusedor this PR is not labeleddeploy:shared_select dev.gitlab && python scripts/create_gitlab_snapshot.py --no-restart(see operator manual for details) or this PR is not labeledbackup:gitlab_select dev.gitlab && CI_COMMIT_REF_NAME=develop make -C terraform/gitlab applyor this PR is not labeleddeploy:gitlab_select anvildev.shared && CI_COMMIT_REF_NAME=develop make -C terraform/shared apply_keep_unusedor this PR is not labeleddeploy:shared_select anvildev.gitlab && python scripts/create_gitlab_snapshot.py --no-restart(see operator manual for details) or this PR is not labeledbackup:gitlab_select anvildev.gitlab && CI_COMMIT_REF_NAME=develop make -C terraform/gitlab applyor this PR is not labeleddeploy:gitlabdeploy:gitlabdeploy:gitlabSystem administrator (post-deploy of
.gitlabcomponent)dev.gitlabare complete or this PR is not labeleddeploy:gitlabanvildev.gitlabare complete or this PR is not labeleddeploy:gitlabOperator (deploy runner image)
_select dev.gitlab && make -C terraform/gitlab/runneror this PR is not labeleddeploy:runner_select anvildev.gitlab && make -C terraform/gitlab/runneror this PR is not labeleddeploy:runnerOperator (sandbox build)
sandboxlabeldevanvildevsandboxdeploymentanvilboxdeploymentsandboxdeploymentanvilboxdeploymentsandboxor this PR is not labeledupgrade, or upgrade instructions do not apply tosandboxanvilboxor this PR is not labeledupgrade, or upgrade instructions do not apply toanvilboxOperator (merge the branch)
ptagsOperator (main build)
devanvildevdevdevanvildevanvildevdevor this PR is not labeledupgrade, or upgrade instructions do not apply todevanvildevor this PR is not labeledupgrade, or upgrade instructions do not apply toanvildevupgrade, or upgrade instructions do not apply to personal deployments_select dev.shared && make -C terraform/shared applyor this PR is not labeleddeploy:shared_select anvildev.shared && make -C terraform/shared applyor this PR is not labeleddeploy:shareddevanvildevOperator
anvildev.sharedwas last deployedscripts/export_inspector_findings.pyagainstanvildev, imported results to Google Sheet and posted screenshot of relevant1 findings as a comment on the linked issue.upgradeandAPIlabels to the next promotion PRs or this PR carries neither of these labelsdeploy:shared,deploy:gitlab,deploy:runnerandbackup:gitlablabels to the next promotion PRs or this PR carries none of these labelsdeploy:shared,deploy:gitlab,deploy:runnerandbackup:gitlablabels, from the description of this PR to that of the next promotion PRs or this PR carries none of these labels1A relevant finding is a high or critical vulnerability in an image
that is used within the security boundary. Images not used within the boundary
are tracked in
azul.docker_imagesunder a key starting with_.System administrator
Shorthand for review comments
Lline is too longWline wrapping is wrongQbad quotesFother formatting problem