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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


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

commit f70b13b0534b526344afd272df8da7477f91ddba
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Feb 1 21:42:04 2025 -0600

    ypaf update: v0.32.0 -> v0.43.0 (#12008)
    
    This allows yapf to work in Python3.13. Thankfully, it doesn't re-format
    all of our files.
---
 tools/yapf.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/yapf.sh b/tools/yapf.sh
index 6bcd34578d..d3a2539ff5 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