From 7ed6b4cb2091f8f7576d9e347773983c2eef082e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:10:27 +0000 Subject: [PATCH] Python dependency: Update pywinpty requirement from ==2.0.* to ==3.0.* 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.3) --- updated-dependencies: - dependency-name: pywinpty dependency-version: 3.0.3 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 6e1ef2d7b18..72b7bcb0ea6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ pyotp==2.* python-dateutil==2.* pytz==2025.* # 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==80.* SQLAlchemy==2.*