This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 13d912cbe0a8c3dbf01f9e0b28813ac646c9f609 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. (cherry picked from commit f70b13b0534b526344afd272df8da7477f91ddba) --- 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
