From cbb5eeecc0c7ac9c6a6529ebe8e19be0838569cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:35:54 +0000 Subject: [PATCH] Update pexpect requirement from ~=4.6 to ~=4.9 in /requirements 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.6...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 8fafc36..70a857a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -pexpect~=4.6 +pexpect~=4.9 requests~=2.26 json_database~=0.7 kthread~=0.2