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

eze pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 7dbeb66968 ypaf update: v0.32.0 -> v0.43.0 (#12008) (#12498)
7dbeb66968 is described below

commit 7dbeb6696832ead49b3214b03007ac5b15bc4c03
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Wed Sep 10 12:05:44 2025 -0600

    ypaf update: v0.32.0 -> v0.43.0 (#12008) (#12498)
    
    This allows yapf to work in Python3.13. Thankfully, it doesn't re-format
    all of our files.
    
    (cherry picked from commit f70b13b0534b526344afd272df8da7477f91ddba)
    
    Co-authored-by: Brian Neradt <[email protected]>
---
 tools/yapf.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/yapf.sh b/tools/yapf.sh
index 7a429eba4a..41ef3af802 100755
--- a/tools/yapf.sh
+++ b/tools/yapf.sh
@@ -22,8 +22,8 @@
 # yapf version is desired.
 # See:
 # https://github.com/google/yapf/tags
-YAPF_VERSION="v0.32.0"
-VERSION="yapf 0.32.0"
+YAPF_VERSION="v0.43.0"
+VERSION="yapf 0.43.0"
 
 function main() {
   # check for python3

Reply via email to