chore(deps): bump the all-dependencies group across 1 directory with 6 updates - #178
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the all-dependencies group across 1 directory with 6 updates#178dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…6 updates Bumps the all-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [plotly](https://github.com/plotly/plotly.py) | `6.5.1` | `6.5.2` | | [sentence-transformers](https://github.com/huggingface/sentence-transformers) | `5.2.0` | `5.2.1` | | [wheel](https://github.com/pypa/wheel) | `0.45.1` | `0.46.3` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.45` | `2.0.46` | | [cachetools](https://github.com/tkem/cachetools) | `6.2.4` | `6.2.5` | | [torch](https://github.com/pytorch/pytorch) | `2.9.1` | `2.10.0` | Updates `plotly` from 6.5.1 to 6.5.2 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.5.1...v6.5.2) Updates `sentence-transformers` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](huggingface/sentence-transformers@v5.2.0...v5.2.1) Updates `wheel` from 0.45.1 to 0.46.3 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.46.3) Updates `sqlalchemy` from 2.0.45 to 2.0.46 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `cachetools` from 6.2.4 to 6.2.5 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.4...v6.2.5) Updates `torch` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sentence-transformers dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: cachetools dependency-version: 6.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@mehmetcanay issue with caching again, any idea? |
Member
@tiadams probably connection to language model's API taking longer than usual. The test itself is not stable. We might need to remove this in the long run since the Kitsune API is also not utilizing it. For now, you can just re-run the failed test. |
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 all-dependencies group with 6 updates in the / directory:
6.5.16.5.25.2.05.2.10.45.10.46.32.0.452.0.466.2.46.2.52.9.12.10.0Updates
plotlyfrom 6.5.1 to 6.5.2Release notes
Sourced from plotly's releases.
Changelog
Sourced from plotly's changelog.
Commits
36d8bf8Version changes for v6.5.21f45fa5Merge pull request #5467 from plotly/cam/update-graph-objs7f57ccbfix: Update graph_objs per recent bug fixes3293f4dMerge pull request #5466 from plotly/merge-doc-prod-to-main61c9f6fMerge branch 'main' into merge-doc-prod-to-maindad2520Merge pull request #5465 from my-tien/legend-arrayokb587428Merge branch 'main' into legend-arrayok5a0440cMerge pull request #5464 from plotly/cam/5463/handle-arrays-booleanvalidatorfff298cSimplify testcef18a9Separate test for coercion of geo1 to geo and legend1 to legendUpdates
sentence-transformersfrom 5.2.0 to 5.2.1Release notes
Sourced from sentence-transformers's releases.
Commits
18ec0d6Release v5.2.19db10fe[compat] Expand test suite to full transformers v5 (#3615)a1ed1efSpecify numpy manually in dependencies, as it's directly used/imported (#3608)08cada0docs: fix typo in custom models: reemain -> remain (#3596)2366203Introduce compatibility with transformers 5.0.0rc01 (#3597)631b085Merge branch 'main' into v5.2-release0277f4bTurn mine_hard_negatives into a clickable link in index.rst (#3593)Updates
wheelfrom 0.45.1 to 0.46.3Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
8b6fa74Created a new release7445fb5Fixed an import of a removed moduleeba4036Updated the version number for v0.46.2557fb54Created a new release7a7d2deFixed security issue around wheel unpack (#675)41418faFixed test failures due to metadata normalization changesc1d442b[pre-commit.ci] pre-commit autoupdate (#674)0bac882Update github actions environments (#673)be9f45b[pre-commit.ci] pre-commit autoupdate (#667)6244f08Update pre-commit ruff legacy alias (#668)Updates
sqlalchemyfrom 2.0.45 to 2.0.46Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
cachetoolsfrom 6.2.4 to 6.2.5Changelog
Sourced from cachetools's changelog.
Commits
7158a30Release v6.2.5.c9e3e26Fix #379: Improve@cachedmethodexample by using a lock.d99c023Bump copyright year.5a87ee0Add test cases for cache stampede scenarios.2e166d1Bump actions/checkout from 6.0.0 to 6.0.19c9f9e5Bump codecov/codecov-action from 5.5.1 to 5.5.2b8bec4aFix #345: Add GitHub pull request template.Updates
torchfrom 2.9.1 to 2.10.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
449b176Add Joe Spisak to Core maintainers list (#172585)f6e6c0a[Graph Partition] Improve support for mutation ops (#172577)99cb424Revert "[CI] Add IoU-based accuracy checking for inductor tests segmentation ...1f74c10[CI] Add IoU-based accuracy checking for inductor tests segmentation models (...e43b5bfBump fbgemm and torchrec pinned commit (#172179)2c9af43Skip modded_nanogpt model in TorchInductor benchmark (#172141)0e2459fA few weights_only unpickler fixes (#172105)a266b60Touch__init__.pyinvendored_templatesfor CuTeDSL Grouped MM template (...f3b5d8b[MPS] Remove error-checking sync point from MaxUnpool (#172111)3a5fb54Fix MPS mul performance regression (#172106)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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