Skip to content

Commit

Permalink
Bump psutil from 5.9.8 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.0.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent a9e8157 commit 3bcf1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"asciimatics == 1.15.0", # Oct 4 2023, only used for the Text UI
"packaging == 23.2", # Oct 4 2023, used for version comparisons
"prompt_toolkit == 3.0.43", # Oct 4 2023, used for command line interface
"psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP
"psutil == 6.0.0", # Oct 4 2023, pulls system stats into TUI and BCP
"pyserial == 3.5", # Oct 4 2023, some older platforms use this
"pyserial-asyncio == 0.6", # Oct 4 2023, handles all modern serial communication
"ruamel.yaml == 0.18.6", # Oct 4, 2023, main config file interface
Expand Down

0 comments on commit 3bcf1fa

Please sign in to comment.