mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Bump psutil to 6.1.* (#12868)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "6.0.*"
|
||||
version = "6.1.*"
|
||||
upstream_repository = "https://github.com/giampaolo/psutil"
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -182,7 +182,7 @@ class Process:
|
||||
def send_signal(self, sig) -> None: ...
|
||||
def wait(self, timeout: Incomplete | None = None): ...
|
||||
def username(self): ...
|
||||
def create_time(self): ...
|
||||
def create_time(self, fast_only: bool = False): ...
|
||||
def num_threads(self): ...
|
||||
def threads(self): ...
|
||||
def cpu_times(self): ...
|
||||
|
||||
Reference in New Issue
Block a user