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 c0cb477421 autest: 1.10.4 -> 1.10.6 (#13002)
c0cb477421 is described below
commit c0cb4774218bfe8b657d81fe2ffc569136458c56
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.
---
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 = [
]
-