Bump psutil to 6.1.* (#12868)

This commit is contained in:
sobolevn
2024-10-21 19:22:44 +03:00
committed by GitHub
parent 0d7c6dab40
commit 8b32739f13
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
version = "6.0.*"
version = "6.1.*"
upstream_repository = "https://github.com/giampaolo/psutil"
[tool.stubtest]

View File

@@ -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): ...