chore(deps): bump worker_plan deps to patch security alerts#813
Merged
Conversation
Resolves Dependabot security alerts in worker_plan/pyproject.toml by bumping to the first stable patched release of each package: - aiohttp 3.13.5 -> 3.14.1 (alerts #152,#153,#156-#164) - tornado 6.5.4 -> 6.5.7 (alerts #113,#114,#136,#155,#165,#166,#171) - python-multipart 0.0.22 -> 0.0.32 (alerts #142,#149,#167-#170) - urllib3 2.6.3 -> 2.7.0 (alerts #150,#151) - marshmallow 3.24.2 -> 3.26.2 (alert #81), staying on 3.x to avoid the breaking 4.x major transformers alert #137 is excluded: its only fix is the 5.x major line and the vulnerable Trainer class is never imported by PlanExe (handled separately). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Resolves 25 open Dependabot security alerts in
worker_plan/pyproject.tomlby bumping to the first stable patched release of each package.Notes:
Trainerclass is never imported by PlanExe (transformers is a transitive dep). Handled/discussed separately.🤖 Generated with Claude Code