build(deps): bump the uv group across 1 directory with 5 updates#26
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the uv group across 1 directory with 5 updates#26dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the uv group with 4 updates in the /benchmark directory: [cbor2](https://github.com/agronholm/cbor2), [gradio](https://github.com/gradio-app/gradio), [pypdf](https://github.com/py-pdf/pypdf) and [vllm](https://github.com/vllm-project/vllm). Updates `cbor2` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](agronholm/cbor2@5.8.0...5.9.0) Updates `gradio` from 5.49.1 to 6.7.0 - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@5.49.1...gradio@6.7.0) Updates `pypdf` from 6.9.1 to 6.9.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.9.1...6.9.2) Updates `vllm` from 0.11.0 to 0.14.1 - [Release notes](https://github.com/vllm-project/vllm/releases) - [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md) - [Commits](vllm-project/vllm@v0.11.0...v0.14.1) Updates `xgrammar` from 0.1.25 to 0.1.21 - [Release notes](https://github.com/mlc-ai/xgrammar/releases) - [Commits](mlc-ai/xgrammar@v0.1.25...v0.1.21) --- updated-dependencies: - dependency-name: cbor2 dependency-version: 5.9.0 dependency-type: indirect dependency-group: uv - dependency-name: gradio dependency-version: 6.7.0 dependency-type: indirect dependency-group: uv - dependency-name: pypdf dependency-version: 6.9.2 dependency-type: indirect dependency-group: uv - dependency-name: vllm dependency-version: 0.14.1 dependency-type: indirect dependency-group: uv - dependency-name: xgrammar dependency-version: 0.1.21 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Mar 25, 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.
Bumps the uv group with 4 updates in the /benchmark directory: cbor2, gradio, pypdf and vllm.
Updates
cbor2from 5.8.0 to 5.9.0Release notes
Sourced from cbor2's releases.
Commits
93c5988Bumped up the versiond903d62Updated the max_depth default value in the C function signature2b53b28Stack allocate small strings (#270)a7ac10dUpped the max_depth value to 40054c8ed5Fixed reference/memory leaks in decode_definite_long_string (#290)a8d92dc[pre-commit.ci] pre-commit autoupdate (#289)c91aa00[pre-commit.ci] pre-commit autoupdate (#288)53521e7Fixed ssize_t to Py_ssize_t94e0d21Added missing Python counterpart for max_depthbcb6ceaAdded the max_depth decoder parameterUpdates
gradiofrom 5.49.1 to 6.7.0Changelog
Sourced from gradio's changelog.
... (truncated)
Commits
8b03393chore: update versions (#12902)c4b92e2Fix skill generation check (#12931)978bc6eAdd server functions support to gr.HTML (#12929)7c3fa2aFix Loading Spinner Issue Caused by Events Targeting Components In Inactive T...6011b00Fix absolute path issue in Windows (#12926)e29e1ccAdd Space-specific skill generation togradio skills add(#12918)81482b5Lazy load sub-tab and accordion components (#12906)ccff8b8Walkthrough Selected Bug (#12925)dcfc429Fix Button component ignoring scale parameter (#12911)a0fff5cAdd push_to_hub method to gr.HTML. Add a gallery to view notable custom HTML ...Updates
pypdffrom 6.9.1 to 6.9.2Release notes
Sourced from pypdf's releases.
Changelog
Sourced from pypdf's changelog.
Commits
da867f4REL: 6.9.202b1345SEC: Avoid infinite loop in read_from_stream for broken files (#3693)3bef339MAINT: Prefer bytearray over bytes in image_inline (#3692)04b0a38ROB: Resolve UnboundLocalError for xobjs in _get_image (#3684)Updates
vllmfrom 0.11.0 to 0.14.1Release notes
Sourced from vllm's releases.
... (truncated)
Commits
d7de043[CI] fix version comparsion and exclusion patterns in upload-release-wheels.s...4dc11b0[Bugfix] Fix Whisper/encoder-decoder GPU memory leak (#32789)2bd95d8[Misc] Bump opencv-python dependecy version to 4.13 (#32668)f46d576[Misc] Replace urllib'surlparsewith urllib3'sparse_url(#32746)d682094[build] fix cu130 related release pipeline steps and publish as nightly image...b17039b[CI] Implement uploading to PyPI and GitHub in the release pipeline, enable r...48b67ba[Frontend] Standardize use ofcreate_error_response(#32319)09f4264[Bugfix] Fix ROCm dockerfiles (#32447)7f42dc2[CI] Fix LM Eval Large Models (H100) (#32423)c2a37a3Cherry pick [ROCm] [CI] [Release] Rocm wheel pipeline with sccache #32264Updates
xgrammarfrom 0.1.25 to 0.1.21Commits
774867cBump to v0.1.21 (#358)290ba3b[Refactor] RuleExpr -> GrammarExpr (#357)3833ef2[Minor] Replace all Result<...>::Ok with ResultOk (#355)096e57b[Refactor] Refactor utils and FSM lib (#354)fddf4bd[Refactor] Refactor file structure (#353)a28352cFix: fix wrong LRU cache implementation (#352)b943fea[Feature] Use an earley parser to replace the current pushdown automata (#308)3b6b11eBump to v0.1.20 (#351)bac97eb[Feature] JSON Serialize Method with C++ reflection (#335)e750120Update JSON Schema Converter to support int64 values (#315)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.