From de40ced8e5b110226f0b760c61bc5b0ef97ff044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:43:32 -0400 Subject: [PATCH] chore: bump mikefarah/yq from 8f3291d3165497b360b8ffee3c887624bb6fa1cf to e2f1d5ccf73239195bf92280cd47596751492449 (#38586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 8f3291d3165497b360b8ffee3c887624bb6fa1cf to e2f1d5ccf73239195bf92280cd47596751492449.
Changelog

Sourced from mikefarah/yq's changelog.

4.53.3:

4.53.2:

4.53.1:

4.52.5:

4.52.4:

4.52.3:

4.52.2:

... (truncated)

Commits

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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/v03_api_doc_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/v03_api_doc_build.yml b/.github/workflows/v03_api_doc_build.yml index 53d77e06f44..f937457cc9e 100644 --- a/.github/workflows/v03_api_doc_build.yml +++ b/.github/workflows/v03_api_doc_build.yml @@ -39,7 +39,7 @@ jobs: - name: "📋 Extract Repository List with yq" id: get-unsorted-repos - uses: mikefarah/yq@8f3291d3165497b360b8ffee3c887624bb6fa1cf # master + uses: mikefarah/yq@e2f1d5ccf73239195bf92280cd47596751492449 # master with: cmd: | # Extract repos from packages.yml that are in the langchain-ai org