diff --git a/stubs/psutil/METADATA.toml b/stubs/psutil/METADATA.toml index aeea3dbe0..943ae73f2 100644 --- a/stubs/psutil/METADATA.toml +++ b/stubs/psutil/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.0.*" +version = "6.1.*" upstream_repository = "https://github.com/giampaolo/psutil" [tool.stubtest] diff --git a/stubs/psutil/psutil/_pswindows.pyi b/stubs/psutil/psutil/_pswindows.pyi index e4729492e..1eb07f408 100644 --- a/stubs/psutil/psutil/_pswindows.pyi +++ b/stubs/psutil/psutil/_pswindows.pyi @@ -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): ...