From 3fc5ef2f0a01285dba01bd7ec72382dc6f6e6d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:43:56 +0000 Subject: [PATCH] Python dependency: Update pywinpty requirement from ==2.0.* to ==3.0.* Updates the requirements on [pywinpty](https://github.com/spyder-ide/pywinpty) to permit the latest version. - [Release notes](https://github.com/spyder-ide/pywinpty/releases) - [Changelog](https://github.com/andfoy/pywinpty/blob/main/CHANGELOG.md) - [Commits](https://github.com/spyder-ide/pywinpty/compare/v2.0.0...v3.0.2) --- updated-dependencies: - dependency-name: pywinpty dependency-version: 3.0.2 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 029e1cc32..a57ea1078 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,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.*; python_version >= '3.9' setuptools==80.* SQLAlchemy==2.*