From 8f6a7cbabe8d5a93a5aeb3a73ede6b7faf73e17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:03:46 +0000 Subject: [PATCH] Python dependency: Update pywinpty requirement in /web/regression Updates the requirements on [pywinpty](https://github.com/andfoy/pywinpty) to permit the latest version. - [Release notes](https://github.com/andfoy/pywinpty/releases) - [Changelog](https://github.com/andfoy/pywinpty/blob/main/CHANGELOG.md) - [Commits](https://github.com/andfoy/pywinpty/compare/v2.0.0...v3.0.5) --- updated-dependencies: - dependency-name: pywinpty dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2b44b10a56..bd0a0855c3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ pyotp==2.* python-dateutil==2.* pytz==2026.* # pinned for https://github.com/andfoy/pywinpty/issues/545 -pywinpty==2.0.*; sys_platform=="win32" +pywinpty==3.0.*; sys_platform=="win32" qrcode[pil]==8.* setuptools<82; python_version <= '3.9' setuptools==82.*; python_version > '3.9'