updated dependency versions

This commit is contained in:
2025-03-05 11:06:56 +01:00
parent bed3fe62aa
commit ef31bad844
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
a = Analysis( a = Analysis(
['cpu_governor_auto_adjust.py'], ['cpu_governor_auto_adjust/cpu_governor_auto_adjust.py'],
pathex=[], pathex=[],
binaries=[], binaries=[],
datas=[], datas=[],
+4 -4
View File
@@ -9,10 +9,10 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"xmltodict", "xmltodict~=0.12",
"lxml", "lxml~=0.5",
"roonapi", "roonapi~=0.1",
"cpufreq" "cpufreq~=0.3"
] ]
[project.optional-dependencies] [project.optional-dependencies]