build(deps): bump the dependencies group with 6 updates#95
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the dependencies group with 6 updates#95dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.5` | | [transformers](https://github.com/huggingface/transformers) | `5.8.0` | `5.8.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` | | [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `1.14.0` | `1.15.0` | | [idna](https://github.com/kjd/idna) | `3.13` | `3.15` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2026.4.4` | `2026.5.9` | Updates `numpy` from 2.4.4 to 2.4.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.5) Updates `transformers` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v5.8.0...v5.8.1) Updates `ruff` from 0.15.12 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.12...0.15.13) Updates `huggingface-hub` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.14.0...v1.15.0) Updates `idna` from 3.13 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.13...v3.15) Updates `regex` from 2026.4.4 to 2026.5.9 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2026.4.4...2026.5.9) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: transformers dependency-version: 5.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: huggingface-hub dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: regex dependency-version: 2026.5.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 dependencies group with 6 updates:
2.4.42.4.55.8.05.8.10.15.120.15.131.14.01.15.03.133.152026.4.42026.5.9Updates
numpyfrom 2.4.4 to 2.4.5Release notes
Sourced from numpy's releases.
... (truncated)
Commits
26e8185Merge pull request #31441 from charris/prepare-2.4.5573110cREL: Prepare for the NumPy 2.4.5 release.be6123aMerge pull request #31426 from jorenham/backport-31425a286f52TYP: FixDTypeLikeruntime type-checker supportf880727Merge pull request #31404 from charris/backport-31399626d469Merge pull request #31402 from charris/backport-31397a42bd48Merge pull request #31401 from charris/backport-31396207ad05TYP:_NestedSequencetype parameter default to work around a mypy issue (#3...309b637BUG: exclude pycache directories from wheels (#31397)8ded93cBUG: Avoid UB in safe_[add,sub,mul] helpers (#31396)Updates
transformersfrom 5.8.0 to 5.8.1Release notes
Sourced from transformers's releases.
Commits
cc832f9upf966d7bDeepseek v4 csa mask collapse (#45928)283f3f0Fix deepseek v4 (#45892)4e0be9cFix WeightConverter regex incorrectly matching shared_experts as experts in D...ec85262[fix] Addfatal_errortoContinuousBatchingManagerso the serving layer c...Updates
rufffrom 0.15.12 to 0.15.13Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
2afb467Bump 0.15.13 (#25157)3008796[ty] classify TypeVar semantic tokens as type parameters (#24891)79470e3[isort] Avoid constructingglob::Patterns for literal known modules (#25123)2522549Remove shellcheck from prek (#25154)7db7170[ty] Support TypedDict key completions in incomplete, anonymous contexts (#25...bb3dd53[ty] Run full iteration analysis on narrowed typevars (#25143)828cdb7[ty] Isolate file-watching test environment (#25151)89e1d86[ty] Preserve TypedDict keys through dict unpacking (#24523)86f3064[ty] Avoid accessingargs[0]forstatic_assert(#25149)ed819f9[ty] Treat custom enum__new__values as dynamic (#25136)Updates
huggingface-hubfrom 1.14.0 to 1.15.0Release notes
Sourced from huggingface-hub's releases.
... (truncated)
Commits
bb6d939Release: v1.15.069413eaRelease: v1.15.0.rc0dee4964Make HF_HUB_ENABLE_HF_TRANSFER deprecation warning visible to users (#4220)7023faf[docs] Drop duplicated Key Features list from hf jobs CLI section (#4222)1f57da2Only sync skill if SKILL.md has changed (#4210)9c05199Fix hint message to use 'hf skills update' (#4206)230c624[CLI] No traceback on LocalEntryNotFoundError (#4190)3d85543[CLI] Addhf skills listcommand (#4180)04195e0[CLI] Pretty-print--helpwith ANSI styling (#4192)0c75ef9[CLI] Check Homebrew registry for updates when installed via brew (#4204)Updates
idnafrom 3.13 to 3.15Changelog
Sourced from idna's changelog.
Commits
af30a09Release 3.1530314d4Pre-release 3.15rc005d4b21Merge pull request #237 from kjd/convert-docs-to-markdown2987fdbConvert README and HISTORY from reStructuredText to Markdown59fa800Merge pull request #236 from kjd/dependabot/github_actions/actions-f3e34333eadef6983Merge branch 'master' into dependabot/github_actions/actions-f3e34333eabbd8004Merge pull request #234 from StanFromIreland/patch-1edd07c0Bump github/codeql-action from 3.35.2 to 4.35.2 in the actions group5557db0Merge branch 'master' into patch-1f11746cMerge pull request #235 from StanFromIreland/patch-2Updates
regexfrom 2026.4.4 to 2026.5.9Changelog
Sourced from regex's changelog.
... (truncated)
Commits
e57d185Reverse matching with full unicode casefolding lead to out-of-range string in...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 conditions