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
This commit is contained in:
Claude 2026-01-02 11:47:26 +00:00
parent 6c3dbac131
commit 4b0d67fed0
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
irc==20.1.0 irc==20.1.0
python-dotenv==1.0.0 python-dotenv==1.0.0
PySimpleGUI==4.60.0 PySimpleGUI==5.0.8.3
requests==2.31.0 requests==2.31.0
httpx==0.25.0 httpx==0.25.0