From cd7c9f143c9140cf9ae77cf2d88cb783f9fc89cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:14:18 +0000 Subject: [PATCH] chore(deps): update pexpect requirement from ~=4.8.0 to ~=4.9.0 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/4.8.0...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-version: 4.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index baf77f4..c4753b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pexpect~=4.8.0 +pexpect~=4.9.0 paramiko==5.0.0; platform_system != 'VMkernel' six rpyc~=6.0.0