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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gpetretto committed Jun 26, 2024
1 parent 79df076 commit 1c2dd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"fabric ~= 3.2",
"flufl.lock ~= 8.0",
"jobflow >= 0.1.14",
"psutil ~= 5.9",
"psutil >= 5.9,< 7.0",
"pydantic ~= 2.4",
"qtoolkit ~= 0.1, >= 0.1.4",
"rich ~= 13.7",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tomlkit==0.12.5
qtoolkit==0.1.4
typer==0.12.3
rich==13.7.1
psutil==5.9.8
psutil==6.0.0
supervisor==4.2.5
ruamel.yaml==0.17.35
schedule==1.2.2
Expand Down

0 comments on commit 1c2dd3c

Please sign in to comment.