Skip to content

Commit

Permalink
CHORE: Bump psutil from 6.0.0 to 6.1.0 (#955)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Oct 21, 2024
1 parent 03dd4d1 commit 76c3184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/955.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump psutil from 6.0.0 to 6.1.0
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.6",
"grpcio>=1.30.0",
"protobuf>=3.12.2,<6",
"psutil==6.0.0",
"psutil==6.1.0",
"tqdm>=4.45.0",
"requests>=2,<3",
]
Expand All @@ -53,7 +53,7 @@ tests = [
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-print==1.0.2",
"psutil==6.0.0"
"psutil==6.1.0"
]
doc = [
"sphinx==8.1.3",
Expand Down

0 comments on commit 76c3184

Please sign in to comment.