updated dependency versions
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "cpu_governor_auto_adjust"
|
name = "cpu_governor_auto_adjust"
|
||||||
version = "0.1.7"
|
version = "0.1.9"
|
||||||
description = "This application has been developed to automatically change cpu governor based on certain triggers."
|
description = "This application has been developed to automatically change cpu governor based on certain triggers."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
|
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
|
||||||
@@ -9,8 +9,8 @@ license = { file = "LICENSE" }
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"xmltodict~=0.12",
|
"xmltodict~=0.14",
|
||||||
"lxml~=0.5",
|
"lxml~=5.3",
|
||||||
"roonapi~=0.1",
|
"roonapi~=0.1",
|
||||||
"cpufreq~=0.3"
|
"cpufreq~=0.3"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user