From 8fbb1ab987633a6c529323c398611897078c3177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 02:23:43 +0000 Subject: [PATCH] Bump pexpect from 4.6 to 4.9.0 in /src/python Bumps [pexpect](https://github.com/pexpect/pexpect) from 4.6 to 4.9.0. - [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.6...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements_test.txt b/src/python/requirements_test.txt index b228d86f8e..2b13402813 100644 --- a/src/python/requirements_test.txt +++ b/src/python/requirements_test.txt @@ -1,4 +1,4 @@ -pexpect==4.6 +pexpect==4.9.0 mock==2.0.0 pytest==7.4.2 pytest-xdist==3.3.1