This is an automated email from the ASF dual-hosted git repository.

bobbai00 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d6b96a715 chore(licensing): bump pytz to 2026.2 in 
LICENSE-binary-python (#4906)
4d6b96a715 is described below

commit 4d6b96a7150fceadaa6cb51e4e7362e04f822773
Author: Jiadong Bai <[email protected]>
AuthorDate: Sun May 3 23:56:26 2026 -0700

    chore(licensing): bump pytz to 2026.2 in LICENSE-binary-python (#4906)
    
    ### What changes were proposed in this PR?
    
    Bump `pytz` from `2026.1.post1` to `2026.2` in
    `amber/LICENSE-binary-python` so the manifest matches the runtime
    image's bundled version. One-line change.
    
    ### Any related issues, documentation, discussions?
    
    Closes #4905. Same pattern as the earlier `tifffile` drift (#4855) —
    transitive calver bump that strict mode catches.
    
    ### How was this PR tested?
    
    Drift signature from the strict-mode run:
    
    \`\`\`
    DRIFT (transitive) Python packages — claimed versions differ from
    bundled:
      ~ pytz: LICENSE-binary=2026.1.post1  bundled=2026.2
    \`\`\`
    
    PR-time check on this PR runs with `--ignore-transitive-version` and
    should pass; the next strict-mode run on `main` post-merge confirms the
    fix end-to-end.
    
    ### Was this PR authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (claude-opus-4-7)
    
    Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
 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 c71cfd9e4a..c797740cb9 100644
--- a/amber/LICENSE-binary-python
+++ b/amber/LICENSE-binary-python
@@ -275,7 +275,7 @@ Python packages:
   - pytest==7.4.0
   - pytest-reraise==2.1.2
   - pytest-timeout==2.2.0
-  - pytz==2026.1.post1
+  - pytz==2026.2
   - pyyaml==6.0.3
   - readerwriterlock==1.0.9
   - rich==14.3.4

Reply via email to