From 7f8cbc8cd0d2817377d22b48ffed2d756490b08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:10:31 +0000 Subject: [PATCH] chore(deps-dev): update pexpect requirement from >=4.8 to >=4.9.0 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.8.0...4.9) --- updated-dependencies: - dependency-name: pexpect dependency-version: 4.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2631a18..e59723b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ build-backend = "uv_build" dev = [ "ruff>=0.9", "ty>=0.0.32", - "pexpect>=4.8", + "pexpect>=4.9.0", "pytest>=8.0", "pytest-xdist>=3.5", "vcrpy>=8.1.1",