From 23a312011961810dc58398adfb8ab65534c14881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:56:50 +0000 Subject: [PATCH] Update pexpect requirement from >=3.3 to >=4.9.0 in /pool_automation Updates the requirements on [pexpect](https://github.com/pexpect/pexpect) to permit the latest version. - [Release notes](https://github.com/pexpect/pexpect/releases) - [Changelog](https://github.com/pexpect/pexpect/blob/master/doc/history.rst) - [Commits](https://github.com/pexpect/pexpect/compare/3.3...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-version: 4.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pool_automation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool_automation/requirements.txt b/pool_automation/requirements.txt index 3d7d36c61..c94c0f65d 100644 --- a/pool_automation/requirements.txt +++ b/pool_automation/requirements.txt @@ -1,3 +1,3 @@ ansible boto3 -pexpect>=3.3 # required by ansible expect module +pexpect>=4.9.0 # required by ansible expect module