poetry: Migrate to urwid v3

None of the breaking changes from v2 to v3 apply to us
Stats menu is working as expected

Fixes #880
This commit is contained in:
shadeyg56 2025-09-16 16:06:48 -05:00
parent c2ff712325
commit 9f86acc38d
3 changed files with 494 additions and 495 deletions

6
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1750605355,
"narHash": "sha256-xT8cPLTxlktxI9vSdoBlAVK7dXgd8IK59j7ZwzkkhnI=",
"lastModified": 1757967192,
"narHash": "sha256-/aA9A/OBmnuOMgwfzdsXRusqzUpd8rQnQY8jtrHK+To=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3078b9a9e75f1790e6d6ef9955fdc6a2d1740cc6",
"rev": "0d7c15863b251a7a50265e57c1dca1a7add2e291",
"type": "github"
},
"original": {

981
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@ requests = "^2.32.4"
# PyObject version will be updated automatically for Debian based distro based on libgirepository
# apt package version: https://github.com/AdnanHodzic/auto-cpufreq/pull/826#issuecomment-2794549837
PyGObject = {version="3.50.0", optional=true}
urwid = "^2.6.16"
urwid = "^3.0.2"
pyinotify = {git = "https://github.com/shadeyg56/pyinotify-3.12"}
pyasyncore = "^1.0.4"