From a71232ace8e8a7ef7c0bcdcd347fb33783b348ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 03:09:50 +0000 Subject: [PATCH] Bump pexpect from 4.8.0 to 4.9.0 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: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 4d99322b..7afec4de 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -128,7 +128,7 @@ parso==0.8.3 # via jedi pathspec==0.11.2 # via black -pexpect==4.8.0 +pexpect==4.9.0 # via ipython pickleshare==0.7.5 # via ipython