Skip to content

Commit 8e6a151

Browse files
committed
update pyee and psutil versions
1 parent 1402d29 commit 8e6a151

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/src/build

src/entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
__version__ = "1.7.1"
5+
__version__ = "1.7.2"
66
PLUGIN_ID = "tp.plugin.process_monitor"
77
PLUGIN_NAME = "Process_Monitor"
88

src/entry.tp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": 6,
3-
"version": 171,
3+
"version": 172,
44
"name": "Process Monitor",
55
"id": "tp.plugin.process_monitor",
66
"configuration": {

src/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TouchPortal-API==1.7.9
2-
psutil==5.8.0
3-
pyee==8.2.2
2+
psutil==7.0.0
3+
pyee==13.0.0

0 commit comments

Comments
 (0)