Skip to content

Commit 85f4cdd

Browse files
Bump psutil from 7.1.1 to 7.1.2 (#1925)
* Bump psutil from 7.1.1 to 7.1.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.1 to 7.1.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-7.1.1...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e91a6b commit 85f4cdd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- numpy =2.3.3
1818
- pandas =2.3.3
1919
- pint =0.25
20-
- psutil =7.1.1
20+
- psutil =7.1.2
2121
- pyfileindex =0.0.44
2222
- pyiron_dataclasses =0.0.4
2323
- pyiron_snippets =1.0.2

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- monty =2025.3.3
99
- numpy =2.3.3
1010
- pandas =2.3.3
11-
- psutil =7.1.1
11+
- psutil =7.1.2
1212
- pyfileindex =0.0.44
1313
- pyiron_dataclasses =0.0.4
1414
- pyiron_snippets =1.0.2

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- numpy =2.3.3
1616
- pandas =2.3.3
1717
- pint =0.25
18-
- psutil =7.1.1
18+
- psutil =7.1.2
1919
- pyfileindex =0.0.44
2020
- pyiron_dataclasses =0.0.4
2121
- pyiron_snippets =1.0.2

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- numpy =2.3.3
1515
- pandas =2.3.3
1616
- pint =0.25
17-
- psutil =7.1.1
17+
- psutil =7.1.2
1818
- pyfileindex =0.0.44
1919
- pyiron_dataclasses =0.0.4
2020
- pyiron_snippets =1.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"numpy==2.3.3",
3131
"monty==2025.3.3",
3232
"pandas==2.3.3",
33-
"psutil==7.1.1",
33+
"psutil==7.1.2",
3434
"pyfileindex==0.0.44",
3535
"pyiron_dataclasses==0.0.4",
3636
"pyiron_snippets==1.0.2",

0 commit comments

Comments
 (0)