Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 8a2f4f5 commit 1c04475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"clr-loader==0.2.7.post0",
"grpcio>=1.30.0",
"protobuf>=3.12.2,<6",
"psutil==6.1.0",
"psutil==6.1.1",
"tqdm>=4.45.0",
"requests>=2,<3",
]
Expand All @@ -53,7 +53,7 @@ tests = [
"pytest==8.3.4",
"pytest-cov==6.0.0",
"pytest-print==1.0.2",
"psutil==6.1.0"
"psutil==6.1.1"
]
doc = [
"sphinx==8.1.3",
Expand Down

0 comments on commit 1c04475

Please sign in to comment.