From 0822fa3a5665eb9c071bc4be5600cc038efabf98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:02:52 +0000 Subject: [PATCH] chore(deps): bump pexpect from 4.8.0 to 4.9.0 in /tests Bumps [pexpect](https://github.com/pexpect/pexpect) from 4.8.0 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.8.0...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 4635271..49ed3d6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ flake8-tuple==0.4.1 gitlint==0.19.1 ipython==8.17.2 isort==5.12.0 -pexpect==4.8.0 +pexpect==4.9.0 pre-commit==3.5.0 pytest==7.4.3 pytest-randomly==3.15.0