Skip to content

Commit

Permalink
Merge pull request #1708 from pyiron/dependabot/pip/psutil-6.1.1
Browse files Browse the repository at this point in the history
Bump psutil from 6.1.0 to 6.1.1
  • Loading branch information
jan-janssen authored Jan 4, 2025
2 parents a44e0b8 + 2565390 commit 4c5baa7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- numpy =1.26.4
- pandas =2.2.3
- pint =0.24.4
- psutil =6.1.0
- psutil =6.1.1
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- monty =2024.12.10
- numpy =1.26.4
- pandas =2.2.3
- psutil =6.1.0
- psutil =6.1.1
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- numpy =1.26.4
- pandas =2.2.3
- pint =0.24.4
- psutil =6.1.0
- psutil =6.1.1
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- numpy =1.26.4
- pandas =2.2.3
- pint =0.24.4
- psutil =6.1.0
- psutil =6.1.1
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"numpy==1.26.4",
"monty==2024.12.10",
"pandas==2.2.3",
"psutil==6.1.0",
"psutil==6.1.1",
"pyfileindex==0.0.31",
"pyiron_dataclasses==0.0.1",
"pyiron_snippets==0.1.4",
Expand Down

0 comments on commit 4c5baa7

Please sign in to comment.