From 4b0d67fed0ca5be67aa4a9634eddf437d504afbd Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 2 Jan 2026 11:47:26 +0000 Subject: [PATCH] Update PySimpleGUI to version 5.0.8.3 - Fix CI/CD failure due to PySimpleGUI 4.60.0 being removed from PyPI - Upgrade to PySimpleGUI 5.0.8.3 (latest stable version) - GUI code uses basic features that should remain compatible --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e5c8ec..0f81a20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ irc==20.1.0 python-dotenv==1.0.0 -PySimpleGUI==4.60.0 +PySimpleGUI==5.0.8.3 requests==2.31.0 httpx==0.25.0