Skip to content

chore(deps-dev): bump the gha group across 1 directory with 6 updates#3619

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/uv/packages/opentelemetry-instrumentation-weaviate/gha-a428f4b959
Open

chore(deps-dev): bump the gha group across 1 directory with 6 updates#3619
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/uv/packages/opentelemetry-instrumentation-weaviate/gha-a428f4b959

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps the gha group with 6 updates in the /packages/opentelemetry-instrumentation-weaviate directory:

Package From To
weaviate-client 3.26.7 4.19.2
pytest-sugar 1.0.0 1.1.1
pytest 8.4.2 9.0.2
ruff 0.14.11 0.14.13
openai 1.109.1 2.15.0
opentelemetry-instrumentation-openai 0.50.1 0.51.0

Updates weaviate-client from 3.26.7 to 4.19.2

Release notes

Sourced from weaviate-client's releases.

v4.19.2

Revert #1915; not yet merged into Weaviate server

v4.19.1

This patch version includes:

v4.19.0

This minor version includes:

  • Support for new 1.35 features:
    • Add support for time-to-live (TTL) on objects
    • Add support for new multi2multivec-weaviate module
    • Enhance model integration helper functions
      • Add separate service-specific helpers for aws sagemaker vs bedrock, or google gemini vs vertex
      • Add BaseURL support for Cohere rerankers
      • Fix model provider parameters
    • Improve batch performance by optimizing checks for live threads
    • Update authlib

v4.18.3

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.18.2...v4.18.3

v4.18.2

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.18.1...v4.18.2

v4.18.1

  • Add dimensions parameters for cohere vectorizers (#1875)
  • Add dimensions parameters for text2vec-voyage (#1870)

v4.18.0

What's Changed

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Version 4.19.2

This patch version includes:

  • Revert merging #1915; not yet merged into Weaviate server

Version 4.19.1

This patch version includes:

Version 4.19.0

This minor version includes: - Support for new 1.35 features: - Add support for time-to-live (TTL) on objects - Add support for new multi2multivec-weaviate module - Enhance model integration helper functions - Add separate service-specific helpers for aws sagemaker vs bedrock, or google gemini vs vertex - Add BaseURL support for Cohere rerankers - Fix model provider parameters - Improve batch performance by optimizing checks for live threads - Update authlib

Version 4.18.3

This patch version includes: - Fixes wrong deprecation warning in PyCharm when creating a collection without vectorizers - Fixes warnings with boolean filters

Version 4.18.2

This patch version includes: - Add support for contextual generative and reranker modules - Add support for ZSTD compression in backups - Add support for VoyageAI's voyage-3-large model

Version 4.18.1

This patch version includes: - Add 'dimensions' param to cohere vectorizers (feat/cohere-dimensions-param) - Add 'dimensions' parameter to text2vec-voyageai methods (feat/t2v-voyage-add-dimensions)

Version 4.18.0

... (truncated)

Commits
  • d7f2c1d Merge pull request #1918 from weaviate/changelog/4.19.2
  • 6433576 Merge pull request #1917 from weaviate/chore/revert-voyage-merge-82eefa81c38b...
  • ec2f1eb Add note
  • 538cb69 revert merging #1915
  • cbbfe21 Merge pull request #1916 from weaviate/changelog/4.19.1
  • fd58638 Add changelog for 4.19.1
  • 146e62f Merge pull request #1857 from weaviate/multi2multivec-weaviate
  • 82eefa8 Merge pull request #1915 from voyage-ai/feat/embedding-model-voyage-multimoda...
  • 3930f06 Merge branch 'main' into multi2multivec-weaviate
  • eefff6d Adding VoyageAI's voyage-multimodal-3.5
  • Additional commits viewable in compare view

Updates pytest-sugar from 1.0.0 to 1.1.1

Release notes

Sourced from pytest-sugar's releases.

pytest-sugar 1.1.1

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins (#297 by @​TolstochenkoDaniil)

pytest-sugar 1.1.0

Add Playwright trace file detection and display support for failed tests (#296 by @​kiebak3r)

This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display
Changelog

Sourced from pytest-sugar's changelog.

1.1.1 - 2025-08-23 ^^^^^^^^^^^^^^^^^^

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins

Contributed by Daniil via [PR #297](Teemu/pytest-sugar#297)

1.1.0 - 2025-08-16 ^^^^^^^^^^^^^^^^^^

Add Playwright trace file detection and display support for failed tests. This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users. Playwright trace.zip

New command-line options:

  • --sugar-trace-dir: Configure the directory name for Playwright trace files (default: test-results)
  • --sugar-no-trace: Disable Playwright trace file detection and display

Contributed by kie via [PR #296](Teemu/pytest-sugar#296)

Commits
  • 8133503 Release pytest-sugar 1.1.1
  • 6798042 Fix conflict with other Pytest plugins (#297)
  • 43bbdd0 Release pytest-sugar 1.1.0
  • 855d661 Feature - Playwright Support for Trace Zip Mapping (#296)
  • 2a5862a Merge pull request #293 from cgoldberg/add-py313
  • ca26d98 Add support for Python 3.13
  • 69989eb Clarify license as BSD 3-Clause License
  • 3c86a5c Merge pull request #289 from deronnax/remove-packaging-dep
  • c123be0 remove 'packaging' package
  • efafd9c Merge pull request #282 from penguinpee/main
  • Additional commits viewable in compare view

Updates pytest from 8.4.2 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.

9.0.1

pytest 9.0.1 (2025-11-12)

Bug fixes

  • #13895: Restore support for skipping tests via raise unittest.SkipTest.
  • #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
  • #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
  • #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.

Packaging updates and notes for downstreams

  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

Contributor-facing changes

  • #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by bluetech and webknjaz.
  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

... (truncated)

Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

Updates ruff from 0.14.11 to 0.14.13

Release notes

Sourced from ruff's releases.

0.14.13

Release Notes

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

0.14.12

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.13

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

0.14.12

Released on 2026-01-15.

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

... (truncated)

Commits
  • b4b8299 [ty] Make NamedTuple(...) and namedtuple(...) calls stricter (#22601)
  • fd9f87d Bump 0.14.13 (#22604)
  • 048f02f [ty] Remove redundant re-exports that share the same top-most module
  • a72af10 [ty] Add ModuleName::top
  • 2f34836 [ty] Add test capturing redundant re-exports from pandas
  • db9eee7 [ty] Attach origin module on to re-exported symbols
  • 2cbd68a [ty] Move fully qualified name into auto-import implementation
  • 2a09467 Add trailing slashes to npm publish paths (#22603)
  • eca58ca [ty] Override __file__ to str when applicable on imported modules (#22333)
  • aa9f1b2 Further improvements to typing conformance script (#22596)
  • Additional commits viewable in compare view

Updates openai from 1.109.1 to 2.15.0

Release notes

Sourced from openai's releases.

v2.15.0

2.15.0 (2026-01-09)

Full Changelog: v2.14.0...v2.15.0

Features

  • api: add new Response completed_at prop (f077752)

Chores

  • internal: codegen related update (e7daba6)

v2.14.0

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)

v2.13.0

2.13.0 (2025-12-16)

Full Changelog: v2.12.0...v2.13.0

Features

Chores

  • ci: add CI job to detect breaking changes with the Agents SDK (#1436) (237c91e)
  • internal: add missing files argument to base client (e6d6fd5)

v2.12.0

2.12.0 (2025-12-15)

... (truncated)

Changelog

Sourced from openai's changelog.

2.15.0 (2026-01-09)

Full Changelog: v2.14.0...v2.15.0

Features

  • api: add new Response completed_at prop (f077752)

Chores

  • internal: codegen related update (e7daba6)

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)

2.13.0 (2025-12-16)

Full Changelog: v2.12.0...v2.13.0

Features

Chores

  • ci: add CI job to detect breaking changes with the Agents SDK (#1436) (237c91e)
  • internal: add missing files argument to base client (e6d6fd5)

2.12.0 (2025-12-15)

Full Changelog: v2.11.0...v2.12.0

Features

... (truncated)

Commits
  • 722d3ff release: 2.15.0
  • 5da8c5f feat(api): add new Response completed_at prop
  • 032e6cb chore(internal): codegen related update
  • d3e6321 release: 2.14.0
  • 4547f1a codegen metadata
  • a3c27a2 chore(internal): add --fix argument to lint script
  • 51c6885 feat(api): slugs for new audio models; make all model params accept strings
  • 62699d9 fix: use async_to_httpx_files in patch method
  • 20af6aa codegen metadata
  • f94256d release: 2.13.0
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation-openai from 0.50.1 to 0.51.0

Release notes

Sourced from opentelemetry-instrumentation-openai's releases.

0.51.0

v0.51.0 (2026-01-20)

Feat

  • google-generativeai: Add metrics support (#3506)

Fix

  • traceloop-sdk: Add csv and json support to experiment (#3537)
  • evals: evals API supports input + config, generate mbt functions (#3534)
  • langchain: correct unknown role in completion spans (#3532)
  • evals: auto generate evals (#3529)
  • tracing: Add association property (#3524)
  • openai-agents: optional import of optional deps (#3488)

[main 73913ea] bump: version 0.50.1 → 0.51.0 62 files changed, 76 insertions(+), 61 deletions(-)

Changelog

Sourced from opentelemetry-instrumentation-openai's changelog.

v0.51.0 (2026-01-20)

Feat

  • google-generativeai: Add metrics support (#3506)

Fix

  • traceloop-sdk: Add csv and json support to experiment (#3537)
  • evals: evals API supports input + config, generate mbt functions (#3534)
  • langchain: correct unknown role in completion spans (#3532)
  • evals: auto generate evals (#3529)
  • tracing: Add association property (#3524)
  • openai-agents: optional import of optional deps (#3488)
Commits
  • 73913ea bump: version 0.50.1 → 0.51.0
  • a4c2eef feat(google-generativeai): Add metrics support (#3506)
  • ed4a9d2 chore(deps): remediate langchain & text-generation vulnerabilities (#3615)
  • adba2bf chore(deps): various cves remediation (#3565)
  • 86aa605 chore(ci): uv + ruff migration (#3538)
  • 25c1828 fix(traceloop-sdk): Add csv and json support to experiment (#3537)
  • 8e52c97 fix(evals): evals API supports input + config, generate mbt functions (#3534)
  • a528699 fix(langchain): correct unknown role in completion spans (#3532)
  • a6d3fa9 fix(evals): auto generate evals (#3529)
  • 9290933 fix(tracing): Add association property (#3524)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 20, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@ellipsis-dev
Copy link
Contributor

ellipsis-dev bot commented Jan 20, 2026

⚠️ This PR is too big for Ellipsis, but support for larger PRs is coming soon. If you want us to prioritize this feature, let us know at help@ellipsis.dev


Generated with ❤️ by ellipsis.dev

@dependabot dependabot bot force-pushed the dependabot/uv/packages/opentelemetry-instrumentation-weaviate/gha-a428f4b959 branch 5 times, most recently from 0a479bc to 51a7ef0 Compare February 2, 2026 09:23
@dependabot dependabot bot force-pushed the dependabot/uv/packages/opentelemetry-instrumentation-weaviate/gha-a428f4b959 branch 2 times, most recently from 302ffc2 to 0cfd8e7 Compare February 10, 2026 14:56
Bumps the gha group with 6 updates in the /packages/opentelemetry-instrumentation-weaviate directory:

| Package | From | To |
| --- | --- | --- |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `3.26.7` | `4.19.2` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.13` |
| [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.15.0` |
| [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.50.1` | `0.51.0` |



Updates `weaviate-client` from 3.26.7 to 4.19.2
- [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.19.2)

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 `pytest` from 8.4.2 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.2...9.0.2)

Updates `ruff` from 0.14.11 to 0.14.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.14.11...0.14.13)

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 `opentelemetry-instrumentation-openai` from 0.50.1 to 0.51.0
- [Release notes](https://github.com/traceloop/openllmetry/releases)
- [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
- [Commits](0.50.1...0.51.0)

---
updated-dependencies:
- dependency-name: weaviate-client
  dependency-version: 4.19.2
  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: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: ruff
  dependency-version: 0.14.13
  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: opentelemetry-instrumentation-openai
  dependency-version: 0.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/packages/opentelemetry-instrumentation-weaviate/gha-a428f4b959 branch from 0cfd8e7 to 0c15085 Compare February 15, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant