-
Notifications
You must be signed in to change notification settings - Fork 868
chore(deps-dev): bump the gha group across 1 directory with 5 updates #3584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump the gha group across 1 directory with 5 updates #3584
Conversation
Bumps the gha group with 5 updates in the /packages/opentelemetry-instrumentation-weaviate directory: | Package | From | To | | --- | --- | --- | | [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `3.26.7` | `4.18.3` | | [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.12` | | [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.15.0` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` | Updates `weaviate-client` from 3.26.7 to 4.18.3 - [Release notes](https://github.com/weaviate/weaviate-python-client/releases) - [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst) - [Commits](weaviate/weaviate-python-client@v3.26.7...v4.18.3) Updates `pytest-sugar` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst) - [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1) Updates `ruff` from 0.14.11 to 0.14.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/commits) Updates `openai` from 1.109.1 to 2.15.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@v1.109.1...v2.15.0) Updates `vcrpy` from 6.0.2 to 7.0.0 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: weaviate-client dependency-version: 4.18.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha - dependency-name: pytest-sugar dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: ruff dependency-version: 0.14.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: gha - dependency-name: openai dependency-version: 2.15.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha - dependency-name: vcrpy dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 355a1ff in 1 minute and 30 seconds. Click for details.
- Reviewed
29lines of code in1files - Skipped
1files when reviewing. - Skipped posting
5draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. packages/opentelemetry-instrumentation-weaviate/pyproject.toml:32
- Draft comment:
Updated pytest-sugar to 1.1.1 in the dev group. Verify that this version change does not affect test output formatting. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is asking the PR author to verify that the version change does not affect test output formatting. This falls under the rule of not asking the author to ensure behavior is intended or to double-check things. Therefore, this comment should be removed.
2. packages/opentelemetry-instrumentation-weaviate/pyproject.toml:37
- Draft comment:
Adjusted openai version range to allow 2.x releases (<3). Ensure test code is compatible with openai v2 APIs. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is related to a dependency change, specifically the version range for the openai library. It asks the author to ensure test code compatibility with the new version, which violates the rule against asking the author to ensure testing or compatibility. Therefore, this comment should be removed.
3. packages/opentelemetry-instrumentation-weaviate/pyproject.toml:41
- Draft comment:
The pytest-sugar dependency is updated to 1.1.1 in the test group as well. Confirm consistent behavior across dev and test environments. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is related to a dependency change, specifically the pytest-sugar dependency. It asks the PR author to confirm consistent behavior across environments, which is against the rules. The comment does not provide a specific code suggestion or highlight a specific issue with the code.
4. packages/opentelemetry-instrumentation-weaviate/pyproject.toml:43
- Draft comment:
vcrpy upper bound updated from <7 to <8 to accommodate v7.0.0; please verify compatibility with any new changes introduced in v7. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is related to a dependency change, specifically the version update of thevcrpylibrary. The comment asks the PR author to verify compatibility with new changes introduced in the updated version. According to the rules, comments on dependency changes or asking the author to verify compatibility are not allowed.
5. packages/opentelemetry-instrumentation-weaviate/pyproject.toml:44
- Draft comment:
The weaviate-client dependency now permits versions <5 (up from <4) to support v4.18.3. Confirm that instrumentation adjustments cover any API changes from v3 to v4. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is related to a dependency change, specifically the weaviate-client version update. It asks the author to confirm that instrumentation adjustments cover API changes from v3 to v4. This is a request for confirmation, which violates the rule against asking the PR author to confirm their intention or ensure behavior is intended.
Workflow ID: wflow_VGbQN5jwUsIrLfEm
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the gha group with 5 updates in the /packages/opentelemetry-instrumentation-weaviate directory:
3.26.74.18.31.0.01.1.10.14.110.14.121.109.12.15.06.0.27.0.0Updates
weaviate-clientfrom 3.26.7 to 4.18.3Release notes
Sourced from weaviate-client's releases.
... (truncated)
Changelog
Sourced from weaviate-client's changelog.
... (truncated)
Commits
8de1d74Merge pull request #1903 from weaviate/changelog_v4183dac5bd7Add changelog for v4.18.3c24dfe2Merge pull request #1902 from weaviate/fix_bool_filtersfd52f50Merge pull request #1901 from weaviate/order_overloads2f7aa46Reuse computed valueb5eeae3Update integration/test_collection_filter.py4ccc269Update weaviate/collections/filters.py0366d1dFix boolean filtersbbd4a80Fix deprecation warning messagec794247Reorder overloads to remove deprecation warning in pycharmUpdates
pytest-sugarfrom 1.0.0 to 1.1.1Release notes
Sourced from pytest-sugar's releases.
Changelog
Sourced from pytest-sugar's changelog.
Commits
8133503Release pytest-sugar 1.1.16798042Fix conflict with other Pytest plugins (#297)43bbdd0Release pytest-sugar 1.1.0855d661Feature - Playwright Support for Trace Zip Mapping (#296)2a5862aMerge pull request #293 from cgoldberg/add-py313ca26d98Add support for Python 3.1369989ebClarify license as BSD 3-Clause License3c86a5cMerge pull request #289 from deronnax/remove-packaging-depc123be0remove 'packaging' packageefafd9cMerge pull request #282 from penguinpee/mainUpdates
rufffrom 0.14.11 to 0.14.12Changelog
Sourced from ruff's changelog.
Commits
Updates
openaifrom 1.109.1 to 2.15.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
722d3ffrelease: 2.15.05da8c5ffeat(api): add new Response completed_at prop032e6cbchore(internal): codegen related updated3e6321release: 2.14.04547f1acodegen metadataa3c27a2chore(internal): add--fixargument to lint script51c6885feat(api): slugs for new audio models; make allmodelparams accept strings62699d9fix: use async_to_httpx_files in patch method20af6aacodegen metadataf94256drelease: 2.13.0Updates
vcrpyfrom 6.0.2 to 7.0.0Release notes
Sourced from vcrpy's releases.
Changelog
Sourced from vcrpy's changelog.
... (truncated)
Commits
3278619Release v7.0.03fb62e0fix: correctly handle asyncio.run when loop exists8197865build(deps): update sphinx requirement from <8 to <9be651bdpre-commit: Autoupdatea6698edFix aiohttp tests48d0a2eFixed missingversion_stringattribute when used with urllib3>=2.3.05b858b1Fix lintc8d99a9Fix ruff configurationce27c63Merge pull request #736 from kevin1024/drop-python38ab8944dDrop python 3.8 supportDependabot 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 conditionsImportant
Update dependencies in
pyproject.tomlforopentelemetry-instrumentation-weaviate, including major updates forweaviate-clientandvcrpy.weaviate-clientupdated from3.26.7to4.18.3.pytest-sugarupdated from1.0.0to1.1.1.ruffupdated from0.14.11to0.14.12.openaiupdated from1.109.1to2.15.0.vcrpyupdated from6.0.2to7.0.0.This description was created by
for 355a1ff. You can customize this summary. It will automatically update as commits are pushed.