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-5763-2c2cf2fce09e524da199816f2f2eed930c1db5aa in repository https://gitbox.apache.org/repos/asf/texera.git
commit 715bccc22278a7c8a91ba00014550e8d8d011947 Author: Kary Zheng <[email protected]> AuthorDate: Wed Jun 17 17:50:46 2026 -0700 chore(licensing): refresh Python license-binary drift (#5763) ### What changes were proposed in this PR? Refresh `amber/LICENSE-binary-python` so the recorded `filelock` version matches the Python packages installed by the pyamber CI job. ### Any related issues, documentation, discussions? Closes #5725 ### How was this PR tested? ```bash /tmp/texera-license-venv/bin/python bin/licensing/check_binary_deps.py --ignore-transitive-version python /tmp/pip-licenses-linux-like.csv ``` This uses the same licensing checker with the local package snapshot adjusted for the Linux-only `greenlet==3.5.1` package from the failing Ubuntu job. It verifies the `filelock` drift is resolved; unrelated local transitive version drift is reported as informational. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex (GPT-5) --- 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 1a3202bf11..60dc43cd40 100644 --- a/amber/LICENSE-binary-python +++ b/amber/LICENSE-binary-python @@ -254,7 +254,7 @@ Python packages: - cachetools==6.2.6 - charset-normalizer==3.4.7 - deprecated==1.2.14 - - filelock==3.29.3 + - filelock==3.29.4 - fonttools==4.63.0 - fs==2.4.16 - greenlet==3.5.1
