Skip to content

Commit c420555

Browse files
Bump psutil from 5.9.5 to 5.9.8
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.5 to 5.9.8. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.9.5...release-5.9.8) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54294f2 commit c420555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"asciimatics == 1.14.0", # Oct 4 2023, only used for the Text UI
2626
"packaging == 23.1", # Oct 4 2023, used for version comparisons
2727
"prompt_toolkit == 3.0.39", # Oct 4 2023, used for command line interface
28-
"psutil == 5.9.5", # Oct 4 2023, pulls system stats into TUI and BCP
28+
"psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP
2929
"pyserial == 3.5", # Oct 4 2023, some older platforms use this
3030
"pyserial-asyncio == 0.6", # Oct 4 2023, handles all modern serial communication
3131
"ruamel.yaml == 0.17.32", # Oct 4, 2023, main config file interface

0 commit comments

Comments
 (0)