Uh oh!
There was an error while loading. Please reload this page.
[depthfirst-3687] Upgrade multiple packages in ci/requirements.txt - #1099
Open
depthfirst-app[bot] wants to merge 1 commit into
Open
[depthfirst-3687] Upgrade multiple packages in ci/requirements.txt#1099depthfirst-app[bot] wants to merge 1 commit into
depthfirst-app[bot] wants to merge 1 commit into
Conversation
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 freeto 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.
Overview
Upgrade
markdown-it-pyfrom2.0.1to2.2.0inci/requirements.txt.Pygmentsfrom2.8.1to2.20.0inci/requirements.txt.Changes
plugins/moveworks-mcp-plugin/.codeblocks/block_3python→block_3.tsxplugins/moveworks-mcp-plugin/.codeblocks/block_4python→block_4.tsx2.8.1and2.20.0; the existing unlabeled TypeScript/TSX snippets are now detected as TSX instead of Python. The generated artifact contents are unchanged; only the filenames changed to match the new lexer detection result.Backward Compatibility
markdown-it-py==2.2.0supports Python>=3.7.Pygments==2.20.0supports Python>=3.9, so environments running these CI tools on Python 3.8 or older must upgrade Python before installing the new requirements.Vulnerabilities Fixed
Warnings
python -m ci.validate_v3requiresyaml/PyYAML, which is not listed inci/requirements.txt; with PyYAML installed separately, it fails on an existing missingconnectors/moveworks-data-api/logo.pngfile.python ci/copy_code_blocks.pystill fails on baseline stale.codeblocksstate outside the Pygments-induced MCP filename changes fixed in this PR.Verified
markdown-it-py==2.2.0.Pygments==2.20.0.ci/requirements.txtsuccessfully with the upgraded pins.python -m compileall cisuccessfully.