From a5a1a43bc9230a86f0d1a476c04b134a92251ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 03:04:41 +0000 Subject: [PATCH] Bump pywinpty from 0.5.7 to 2.0.10 Bumps [pywinpty](https://github.com/spyder-ide/pywinpty) from 0.5.7 to 2.0.10. - [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/v0.5.7...v2.0.10) --- updated-dependencies: - dependency-name: pywinpty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index cb089fec6e8..8c387f5b410 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -54,7 +54,7 @@ pytz==2021.1 PyVISA==1.11.3 PyVISA-sim==0.4.0 pywin32==300; sys_platform == 'win32' -pywinpty==0.5.7; sys_platform == 'win32' +pywinpty==2.0.10; sys_platform == 'win32' PyYAML==5.4.1 pyzmq==22.0.3 qtconsole==5.0.2 diff --git a/requirements.txt b/requirements.txt index 6564de12ab5..37562d82263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ python-dateutil~=2.8.1 pytz~=2021.1 PyVISA~=1.11.3 pywin32==300; sys_platform == 'win32' -pywinpty~=0.5.7; sys_platform == 'win32' +pywinpty~=2.0.10; sys_platform == 'win32' pyzmq~=22.0.3 requests~=2.25.1 requirements-parser~=0.2.0