From 5a079ffdc9f110e54861d40b65f31b324d76cc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:30:12 +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 cccfbb5a..4a2ecea4 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -128,7 +128,7 @@ parso==0.8.3 # via jedi pathspec==0.12.1 # via black -pexpect==4.8.0 +pexpect==4.9.0 # via ipython pickleshare==0.7.5 # via ipython