This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 0ae15f781584bcf6d21ba441db20d1d9ad9c79b1 Author: Brian Neradt <[email protected]> AuthorDate: Fri Mar 20 10:13:40 2026 -0500 autest: 1.10.4 -> 1.10.6 (#13002) This should fix regex warnings we see with Python 3.14. (cherry picked from commit c0cb4774218bfe8b657d81fe2ffc569136458c56) --- tests/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index ffa2109efa..cda1e654a3 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -18,11 +18,11 @@ name = "ats-autest" version = "0.1.0" description = "AuTest dependencies for Apache Traffic Server testing" -requires-python = ">=3.6" +requires-python = ">=3.11" dependencies = [ # Keep init.cli.ext updated with this required autest version. - "autest==1.10.4", + "autest==1.10.6", # This should install TRLib, MicroServer, MicroDNS, Traffic-Replay. "traffic-replay",
