From f73218a1ac98437dbaeefeef3380799c287be525 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Mon, 17 Feb 2025 09:43:16 -0700 Subject: [PATCH 1/2] Test with newer libs. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f7306b24..0bdc2e45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,8 +41,8 @@ install_requires = click ~= 8.1 desert ~= 2020.11.18 marshmallow ~= 3.12 - packaging ~= 21.0 - pendulum ~= 2.1 + packaging ~= 24.2 + pendulum ~= 3.0 psutil ~= 5.8 pyyaml ~= 6.0 texttable ~= 1.6 From 84f8c6c92a86c29edd5f06283f8178d10e1e39c6 Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Mon, 17 Feb 2025 09:50:36 -0700 Subject: [PATCH 2/2] Recent psutil --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0bdc2e45..f6d2e3e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ install_requires = marshmallow ~= 3.12 packaging ~= 24.2 pendulum ~= 3.0 - psutil ~= 5.8 + psutil ~= 6.1 pyyaml ~= 6.0 texttable ~= 1.6 typing-extensions ~= 4.0