Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 10 updates - #2324

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466
Open

chore(deps): bump the all-dependencies group across 1 directory with 10 updates#2324
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 10 updates in the /core/rag-vector-search/data_ingestion directory:

Package From To
bigframes 2.35.0 2.46.0
docker 7.1.0 7.2.0
google-cloud-aiplatform 1.135.0 1.163.0
google-cloud-bigquery 3.40.1 3.42.2
google-cloud-pipeline-components 2.20.1 2.22.0
google-cloud-vectorsearch 0.4.0 0.11.1
kfp 2.15.2 2.17.0
langchain-text-splitters 0.3.9 1.1.2
markdownify 1.2.2 1.2.3
pandas 2.3.3 3.0.3

Updates bigframes from 2.35.0 to 2.46.0

Release notes

Sourced from bigframes's releases.

bigframes: v2.46.0

2.46.0 (2026-07-16)

Features

  • bigframes: Support groupby.agg/transform with udf transpiler (#17613) (cae94f9)
  • bigframes: support offset-based column access via iloc (#17367) (4253fab)

Bug Fixes

  • bigframes: Fix sqlglot backend regressions (#17655) (91f93bc)
  • bump gradio from 6.15.0 to 6.15.1 in /packages/bigframes (#17712) (a85d59f)
  • bump mistune from 3.2.1 to 3.3.0 in /packages/bigframes (#17694) (e5f7fef)
  • bump soupsieve from 2.7 to 2.8.4 in /packages/bigframes (#17695) (635da34)
  • bump transformers from 5.3.0 to 5.5.0 in /packages/bigframes (#17700) (4b049c4)
  • emit bracketed inline array syntax for scalar subquery expressions (#17716) (ce5fd50)

Documentation

  • make landing page quickstart runnable (fc423c8)
  • make landing page quickstart runnable (#17687) (fc423c8)

bigframes: v2.45.0

2.45.0 (2026-07-08)

Features

  • bigframes: add ai.classify, ai.score, ai.if_ to the df bq accessor (#17569) (4f94be8)
  • bigframes: Enable local udf execution (#17588) (b8ed34c)
  • bigframes: UDF transpiler handles some control flow (#17558) (a8cbde3)
  • support gemini-3.x models (#17615) (5d0efa3)

Bug Fixes

  • bump gdal from 3.13.0 to 3.13.1 in /packages/bigframes (#17609) (0f4bfed)
  • bump gradio from 5.39.0 to 6.15.0 in /packages/bigframes (#17619) (bddda6a)
  • bump transformers from 4.54.1 to 5.3.0 in /packages/bigframes (#17610) (10eca3f)

bigframes: v2.44.0

2.44.0 (2026-06-25)

Features

  • add date functions to bigframes.bigquery module (#17514) (e5d2e35)

... (truncated)

Changelog

Sourced from bigframes's changelog.

Changelog

PyPI History

3.15.0 (2026-06-02)

Features

3.14.0 (2026-04-02)

Features

3.13.0 (2026-03-26)

Features

Bug Fixes

3.12.0 (2026-03-23)

Features

3.11.0 (2026-03-05)

Features

3.10.0 (2026-02-12)

... (truncated)

Commits
  • 7823422 chore(main): release bigframes 2.46.0 (#17686)
  • ce5fd50 fix: emit bracketed inline array syntax for scalar subquery expressions (#17716)
  • 2c3c213 feat(bigtable): support materialized views in the data client (#17676)
  • 1ef0340 chore(deps): update dependency cryptography to v48.0.1 [security] (#17734)
  • 75d30d5 chore(deps): update dependency esbuild to ^0.28.0 [security] (#17736)
  • 9019b2a test(spanner): update pytest and add pytest-asyncio to samples test requireme...
  • a2b4096 test(spanner): add pytest-asyncio to samples test requirements (#17731)
  • 5d3ca44 test: catch expected UserWarning in test_repr_mimebundle_selection_logic (#17...
  • 35e16da feat: update googleapis and regenerate (#17725)
  • 22c5304 feat: implement PEP 0810 lazy loading in operations_v1 (#17724)
  • Additional commits viewable in compare view

Updates docker from 7.1.0 to 7.2.0

Release notes

Sourced from docker's releases.

7.2.0

Upgrade Notes

  • docker.from_env() now honors the active Docker CLI context when DOCKER_HOST is not set.
    • This means the client may connect to the daemon selected by DOCKER_CONTEXT or the current context in ~/.docker/config.json, matching Docker CLI behavior more closely.
    • If your application relied on the previous default connection behavior, set DOCKER_HOST explicitly, set DOCKER_CONTEXT=default, or pass use_context=False to DockerClient.from_env().
  • Added docker.from_context() / DockerClient.from_context() for explicitly creating a client from a Docker CLI context.

Features

  • Added support for Docker contexts when creating the default client
  • Added subpath support for volumes

Bugfixes

  • Fixed exec_run documentation for the stream parameter
  • Fixed image loading to avoid depending on the deprecated JSONMessage.error field
  • Preserved the rotated unlock key in swarm integration tests
  • Fixed SSL certificate generation in tests
  • Fixed IPv6 integration tests by explicitly enabling IPv6 where required

Miscellaneous

  • Updated tests for newer Docker Engine behavior
  • CI and build updates

What's Changed

New Contributors

... (truncated)

Commits
  • 5ad5327 Merge pull request #3415 from vvoland/update-changelog
  • d242230 docs: 7.2.0 changelog
  • ba01cc7 Merge pull request #3401 from ebriney/client-from-context
  • ae5dfe9 Merge pull request #3410 from vvoland/fix-flaky
  • aa99999 integration/swarm: Preserve rotated unlock key
  • 059d371 Merge pull request #3407 from vvoland/fix-arm64
  • 9b4b9b8 gha: Add arm64 integration CI
  • 9e9f8ff Skip tests incompatible with host architecture
  • e0542d9 Merge pull request #3408 from vvoland/gha-pin
  • 578a11d gha: Pin to digests
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.135.0 to 1.163.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.163.0

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

v1.162.0

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)

v1.161.0

1.161.0 (2026-07-14)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)

1.161.0 (2026-07-14)

Features

  • Add FeedbackService to Agent Platform Python SDK (f6ecd67)

... (truncated)

Commits
  • 6845eaf chore(main): release 1.163.0 (#7017)
  • 09e5a65 feat: GenAI Client(evals) - add delete/update EvaluationExperiment
  • c2ba5d2 feat: Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model ...
  • 96a9fcf feat: Support us mREP endpoint for Batch Prediction, Training, and Online Pre...
  • 243ca19 fix: Send display_name when creating a sandbox environment template.
  • 475024c chore: Remove sandbox tool declarations from SDK AgentConfig display.
  • dbcf815 fix: Depend on the autogen distribution instead of ag2 for the AG2 integr...
  • f93c455 fix: Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion.
  • e46d239 chore: Auto-construct inference_configs for create_evaluation_run with `a...
  • a16fc0d fix: GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error
  • Additional commits viewable in compare view

Updates google-cloud-bigquery from 3.40.1 to 3.42.2

Changelog

Sourced from google-cloud-bigquery's changelog.

Changelog

PyPI History

Commits

Updates google-cloud-pipeline-components from 2.20.1 to 2.22.0

Commits

Updates google-cloud-vectorsearch from 0.4.0 to 0.11.1

Release notes

Sourced from google-cloud-vectorsearch's releases.

google-cloud-vectorsearch: v0.11.1

0.11.1 (2026-06-25)

Features

Changelog

Sourced from google-cloud-vectorsearch's changelog.

Changelog

PyPI History

3.3.0 (2026-05-06)

Bug Fixes

3.2.5 (2026-04-02)

Bug Fixes

3.2.4 (2025-10-22)

Bug Fixes

  • Add support for formatting broken argspec entities (#420) (baf4389)

3.2.3 (2025-03-19)

Bug Fixes

  • Update summary overview entry to deduplicate (#413) (0c714a8)

3.2.2 (2024-09-06)

Bug Fixes

  • Ignore disambiguation for repeated entries (#390) (917c89b)
  • Retrieve keyword arguments for docstrings (#389) (bb6898e)

3.2.1 (2024-05-07)

Bug Fixes

  • Build Markdown relative to input directory (#380) (2a4b9fe)

... (truncated)

Commits
  • 900d51f chore: release main (#17543)
  • 1ef4183 fix(auth): lower regional access boundary logs from warning to debug. (#17571)
  • bd782cf feat: regenerate google-cloud-bigtable (#17575)
  • 57ebaa3 feat: regenerate google-cloud-firestore (#17577)
  • 140d86f feat: regenerate google-cloud-compute (#17576)
  • 39b252f feat: regenerate google-cloud-spanner (#17578)
  • 421eebd feat: support interactive execution of deferred DataFrames in TableWidget (#1...
  • 3619b29 feat: support gemini-3.x models in loader and update default model to gemini-...
  • 17bef41 test(bigquery-magics): make table_id parsing check version-agnostic (#17562)
  • e688531 bigtable: add ValueBitmaskFilter for data client (#17567)
  • Additional commits viewable in compare view

Updates kfp from 2.15.2 to 2.17.0

Release notes

Sourced from kfp's releases.

Version 2.17.0

What's Changed

... (truncated)

Commits
  • 4a3592c chore(release): bump version to 2.17.0 (#13690)
  • fb0894f chore: automate releases
  • ae1d5f5 fix(frontend): object storage Insecure Direct Object Reference (IDOR) prefix ...
  • f0ba5f5 fix(ci): make image rebuild step actually run after build failure (#13685)
  • eaccef1 automation: add AI-powered issue quality analysis workflow (#13372)
  • 35e8728 chore(deps): bump github.com/VividCortex/mysqlerr from 0.0.0-20170204212430-6...
  • 9934d65 chore(deps): update metadata-writer protobuf (#13671)
  • ed861a6 chore(deps): update pytest dev requirements (#13669)
  • 63390c3 chore(deps): update visualization dependencies (#13668)
  • cdb9e07 chore(deps): add Dependabot config for Go module version updates (#13491)
  • Additional commits viewable in compare view

Updates langchain-text-splitters from 0.3.9 to 1.1.2

Release notes

Sourced from langchain-text-splitters's releases.

langchain-deepseek==1.1.0

Changes since langchain-deepseek==1.0.1

chore(infra): bump langchain-tests floor to 1.1.9 (#37610) chore: bump idna from 3.10 to 3.15 in /libs/partners/deepseek (#37560) ci(infra): harden Dependabot version-bound preservation (#37510) chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/partners/deepseek (#37341) chore: bump langchain-core from 1.3.2 to 1.3.3 in /libs/partners/deepseek (#37282) chore: bump langsmith from 0.7.31 to 0.8.3 in /libs/partners/deepseek (#37283) chore(docs): update x handle references (#37081) chore(model-profiles): refresh model profile data (#37015) chore(model-profiles): refresh model profile data (#37005) hotfix: bump min core versions (#36996) feat(core): add content-block-centric streaming (v2) (#36834) ci(infra): add pytest-xdist to partner test groups (#36988) chore(model-profiles): refresh model profile data (#36982) hotfix(ci): remove nobenchmark flag (#36959) chore(partners): standardize integration test invocation (#36958) chore(deps): bump pytest to 9.0.3 (#36801) chore: bump langsmith from 0.6.3 to 0.7.31 in /libs/partners/deepseek (#36787) chore: add comment explaining pygments>=2.20.0 (#36570) chore(model-profiles): refresh model profile data (#36554) chore: pygments>=2.20.0 across all packages (CVE-2026-4539) (#36385) chore: bump requests from 2.32.5 to 2.33.0 in /libs/partners/deepseek (#36256) chore(partners): bump langchain-core min to 1.2.21 (Description has been truncated

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@dependabot
dependabot Bot requested a review from happyhuman as a code owner July 27, 2026 21:57
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
github-actions[bot]
github-actions Bot previously approved these changes Jul 27, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the all-dependencies group in /core/rag-vector-search/data_ingestion with 10 updates chore(deps): bump the all-dependencies group across 1 directory with 10 updates Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466 branch from f04d46a to 0858346 Compare July 28, 2026 22:56
github-actions[bot]
github-actions Bot previously approved these changes Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466 branch from 0858346 to 04cb0c5 Compare July 29, 2026 20:14
github-actions[bot]
github-actions Bot previously approved these changes Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466 branch from 04cb0c5 to fa7d26d Compare August 3, 2026 02:13
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466 branch from fa7d26d to 2077fa7 Compare August 3, 2026 16:48
github-actions[bot]
github-actions Bot previously approved these changes Aug 3, 2026
"kfp>=2.17.0",
"langchain-text-splitters>=1.1.2",
"markdownify>=1.2.3",
"pandas<4",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading to pandas<4 allows pandas 3.0+ to be installed, which is currently incompatible with swifter and causes runtime AttributeErrors during pipeline execution. Please revert this to pandas<3 to maintain compatibility.

…10 updates

Bumps the all-dependencies group with 10 updates in the /core/rag-vector-search/data_ingestion directory:

| Package | From | To |
| --- | --- | --- |
| [bigframes](https://github.com/googleapis/google-cloud-python) | `2.35.0` | `2.46.0` |
| [docker](https://github.com/docker/docker-py) | `7.1.0` | `7.2.0` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.135.0` | `1.163.0` |
| [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.40.1` | `3.42.2` |
| [google-cloud-pipeline-components](https://github.com/kubeflow/pipelines) | `2.20.1` | `2.22.0` |
| [google-cloud-vectorsearch](https://github.com/googleapis/google-cloud-python) | `0.4.0` | `0.11.1` |
| [kfp](https://github.com/kubeflow/pipelines) | `2.15.2` | `2.17.0` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.9` | `1.1.2` |
| [markdownify](https://github.com/matthewwithanm/python-markdownify) | `1.2.2` | `1.2.3` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.3` |



Updates `bigframes` from 2.35.0 to 2.46.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-pubsub-v2.35.0...bigframes-v2.46.0)

Updates `docker` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@7.1.0...7.2.0)

Updates `google-cloud-aiplatform` from 1.135.0 to 1.163.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.135.0...v1.163.0)

Updates `google-cloud-bigquery` from 3.40.1 to 3.42.2
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-bigquery/commits)

Updates `google-cloud-pipeline-components` from 2.20.1 to 2.22.0
- [Release notes](https://github.com/kubeflow/pipelines/releases)
- [Commits](https://github.com/kubeflow/pipelines/commits)

Updates `google-cloud-vectorsearch` from 0.4.0 to 0.11.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-vectorsearch-v0.4.0...google-cloud-vectorsearch-v0.11.1)

Updates `kfp` from 2.15.2 to 2.17.0
- [Release notes](https://github.com/kubeflow/pipelines/releases)
- [Commits](kubeflow/pipelines@sdk-2.15.2...2.17.0)

Updates `langchain-text-splitters` from 0.3.9 to 1.1.2
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.9...langchain-text-splitters==1.1.2)

Updates `markdownify` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](matthewwithanm/python-markdownify@1.2.2...1.2.3)

Updates `pandas` from 2.3.3 to 3.0.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.3...v3.0.3)

---
updated-dependencies:
- dependency-name: bigframes
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: docker
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.162.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-bigquery
  dependency-version: 3.42.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-pipeline-components
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-vectorsearch
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: kfp
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: langchain-text-splitters
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: markdownify
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pandas
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/rag-vector-search/data_ingestion/all-dependencies-c86170f466 branch from 2077fa7 to 9c3c867 Compare August 4, 2026 20:42
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.

0 participants