Skip to content

Commit 21edd08

Browse files
chore(deps): update psutil requirement from <7.0.0 to <8.0.0
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. Updates `psutil` to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v5.9.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production dependency-group: core-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c150a87 commit 21edd08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
dependencies = [
1616
"pynvml>=12.0.0,<14.0.0",
17-
"psutil>=5.9.0,<7.0.0",
17+
"psutil>=5.9.0,<8.0.0",
1818
"click>=8.1.0,<9.0.0",
1919
"pyyaml>=6.0,<7.0",
2020
"rich>=13.0.0,<15.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nvidia-ml-py>=13.0.0,<14.0.0
2-
psutil>=5.9.0,<7.0.0
2+
psutil>=5.9.0,<8.0.0
33
click>=8.1.0,<9.0.0
44
pyyaml>=6.0,<7.0
55
pytest>=7.4.0,<9.0.0

0 commit comments

Comments
 (0)