This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.2.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 80bef8a248031d19792beeebf250c5314bf851f5 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 4937dcd0d3..d055f938c7 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", @@ -63,4 +63,3 @@ dev = [ ] -
