Skip to content

Commit e1fe3be

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"fabric ~= 3.2",
2626
"flufl.lock ~= 8.0",
2727
"jobflow >= 0.1.19",
28-
"psutil >= 5.9,< 7.0",
28+
"psutil >= 5.9,< 8.0",
2929
"pydantic ~= 2.4",
3030
"pymongo < 4.11",
3131
"python-dateutil>=2.8.2",

requirements/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tomlkit==0.13.2
66
qtoolkit==0.1.6
77
typer==0.15.1
88
rich==13.9.4
9-
psutil==6.1.1
9+
psutil==7.0.0
1010
supervisor==4.2.5
1111
ruamel.yaml==0.17.35
1212
schedule==1.2.2

0 commit comments

Comments
 (0)