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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 8a825cab9a2 [v3-1-test] bump zizmor and python 3.13 patch level 
version in global_constants (#56639) (#56644)
8a825cab9a2 is described below

commit 8a825cab9a202af1fb2eabeb4442616ad9e8c816
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 14:02:54 2025 +0200

    [v3-1-test] bump zizmor and python 3.13 patch level version in 
global_constants (#56639) (#56644)
    
    (cherry picked from commit ec42f30c9dd338655ac6c6f277f8c7d66c11d4f5)
    
    Co-authored-by: GPK <[email protected]>
---
 .pre-commit-config.yaml                           | 2 +-
 dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3a47832792d..487df546b9a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -342,7 +342,7 @@ repos:
           - 
--skip=providers/.*/src/airflow/providers/*/*.rst,providers/*/docs/changelog.rst,docs/*/commits.rst,providers/*/docs/commits.rst,providers/*/*/docs/commits.rst,docs/apache-airflow/tutorial/pipeline_example.csv,*.min.js,*.lock,INTHEWILD.md,*.svg
           - --exclude-file=.codespellignorelines
   - repo: https://github.com/woodruffw/zizmor-pre-commit
-    rev: 840cce705b583e3f1f152679df542776eb1a27da  # frozen: v1.15.1
+    rev: 122d24ec728f140b38330ae8b04e3c5fe8b774c5  # frozen: v1.15.2
     hooks:
       - id: zizmor
         name: Run zizmor to check for github workflow syntax errors
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py 
b/dev/breeze/src/airflow_breeze/global_constants.py
index d85ae7c7810..c9990855012 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -798,7 +798,7 @@ ALL_PYTHON_VERSION_TO_PATCHLEVEL_VERSION: dict[str, str] = {
     "3.10": "3.10.19",
     "3.11": "3.11.14",
     "3.12": "3.12.12",
-    "3.13": "3.13.8",
+    "3.13": "3.13.9",
 }
 
 # Number of slices for low dep tests

Reply via email to