From 32a278524ab213fa56ca4acb78489e5243367ca6 Mon Sep 17 00:00:00 2001 From: isagoakira Date: Sun, 10 May 2026 10:04:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore(deps):=20update=20requirements.txt=20?= =?UTF-8?q?=E2=80=94=206=20potential=20improvements:=20psutil=205.0.0?= =?UTF-8?q?=E2=86=92>=3D5.9=20(major=20bump,=20te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33ae7a9dc..92b3cb20e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytest mock pytest-mock wheel -setuptools>=17.1 +setuptools>=61.0.0 pexpect pypandoc pytest-benchmark From 1d1b3c289af87c3505012a7775b6e85ef10b33e6 Mon Sep 17 00:00:00 2001 From: isagoakira Date: Sun, 10 May 2026 10:04:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore(deps):=20update=20setup.py=20?= =?UTF-8?q?=E2=80=94=206=20potential=20improvements:=20psutil=205.0.0?= =?UTF-8?q?=E2=86=92>=3D5.9=20(major=20bump,=20te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1105aef49..a3ce46028 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires = ['psutil', 'colorama', 'six'] extras_require = {':python_version<"3.4"': ['pathlib2'], ':python_version<"3.3"': ['backports.shutil_get_terminal_size'], - ':python_version<="2.7"': ['decorator<5', 'pyte<0.8.1'], + ':python_version<="2.7"': ['decorator<6', 'pyte<1.0.0'], ':python_version>"2.7"': ['decorator', 'pyte'], ":sys_platform=='win32'": ['win_unicode_console']}