This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-5944-71fce70c3d8e58e8247a85e2927260fa0d5e2dcd in repository https://gitbox.apache.org/repos/asf/texera.git
commit ea110801330982b5397927c7de07a1716613f22c Author: Xuan Gu <[email protected]> AuthorDate: Wed Jun 24 17:31:40 2026 -0700 chore(licensing): refresh transitive versions in LICENSE-binary-python (#5944) ### What changes were proposed in this PR? Refresh one transitive Python dependency version in `amber/LICENSE-binary-python` to match the bundled wheel, as reported by the License Binary Checker on `release/v1.2` ([run](https://github.com/apache/texera/actions/runs/28133400596)): - anyio 4.14.0 → 4.14.1 Version-only refresh; license groupings unchanged. The file is identical on `main` and `release/v1.2`, so this PR fixes both via the `release/v1.2` backport label. ### Any related issues, documentation, discussions? Resolves #5943 ### How was this PR tested? License Binary Checker CI on this PR. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.8) --- amber/LICENSE-binary-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amber/LICENSE-binary-python b/amber/LICENSE-binary-python index 29ae1b4660..82ca22ba09 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -246,7 +246,7 @@ Python packages: - aioitertools==0.13.0 - annotated-doc==0.0.4 - annotated-types==0.7.0 - - anyio==4.14.0 + - anyio==4.14.1 - appdirs==1.4.4 - asn1crypto==1.5.1 - attrs==26.1.0
