chore(deps): bump the all-dependencies group across 1 directory with 7 updates#179
Merged
mehmetcanay merged 1 commit intomainfrom Feb 3, 2026
Merged
Conversation
…7 updates Bumps the all-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `2.15.0` | `2.16.0` | | [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.2` | | [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` | `7.0.0` | | [torch](https://github.com/pytorch/pytorch) | `2.9.1` | `2.10.0` | Updates `openai` from 2.15.0 to 2.16.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.15.0...v2.16.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.2 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](huggingface/sentence-transformers@v5.2.0...v5.2.2) 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 7.0.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.4...v7.0.0) 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: openai dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-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.2 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: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major 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>
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 7 updates in the / directory:
2.15.02.16.06.5.16.5.25.2.05.2.20.45.10.46.32.0.452.0.466.2.47.0.02.9.12.10.0Updates
openaifrom 2.15.0 to 2.16.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
dc68b90release: 2.16.0c7f70bdfix videoseaab2f5feat(api): api updatesd167d14docs(examples): update Azure Realtime sample to use v1 API (#2829)8be9907fix breaking change detection with deprecationsdc93407fix helperd499f4ffix(api): mark assistants as deprecatedf424d7bchore(ci): upgradeactions/github-script84e0c1dUpdate README models to gpt-5.23d93d66codegen metadataUpdates
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.2Release notes
Sourced from sentence-transformers's releases.
... (truncated)
Commits
f7f7506Release v5.2.2c78ecf3[deps] Replace requests dependency with optional httpx dependency (#3618)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 7.0.0Changelog
Sourced from cachetools's changelog.
Commits
28bbcbaRelease v7.0.0.45776b2Minor code and documentation improvements.51a70a9Fix #357: Update documentation.bb72c21Fix #357: Add cache_info() support for@cachedmethod.86352aeFix #357: Convert@cachedmethoddecorators to descriptors.263cf31Prepare v7.0.0.59d4db2Drop support for cache(self) returning None in@cachedmethod.c933a97Drop support for passing "info" as fourth positional parameter of@cached.ae3d6bdDrop support for Python 3.9.a12c3b0Bump actions/checkout from 6.0.1 to 6.0.2Updates
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